Jarrettluo / all-docs

"All Docs" is a tool that enables online previewing, storage, and sharing of documents such as Word, Excel, PowerPoint, PDF, and images (Pic). It supports full-text search for all document information. “全文档”(All Docs),Word, Excel, PPT, PDF, Pic等文档在线预览、存储、共享的工具,并且支持全文搜索的所有的文档信息。demo账号密码:admin123

Home Page:https://alldocs.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

报错:npm ERR! gyp verb check python checking for Python executable "python2" in the PATH

zhumengzj opened this issue · comments

这种情况一般都是node-sass安装不成功。只需要执行下面3步就能解决
1- npm uninstall node-sass

2- npm i -D sass

3- npm i

saved!