在git clone项目的时候,项目文件中没有node_modules文件夹,项目的依赖文件比较大,这时候需要自己去安装依赖文件。
在项目的文件夹中通过执行cmd命令:npm install 【根据package.json文件中的依赖配置,下载安装】
如果正常安装,则执行命令:npm run dev 【启动项目】
若执行命令npm install,安装过程中有出现grp ERR! configure error
错误问题如下图:
出现这种情况,可能是node-sass没安装好,可以使用下面命令进行安装:
cnpm install [email protected]
安装后,出现的界面如图:
安装成功后,再执行命令
npm run dev 启动项目,就可以正常打开页面
相关文章
- npm install bcrypt 时可能会出现的一个错误:node-pre-gyp ERR!
- npm install运行报错npm ERR! gyp ERR! not ok问题解决
- npm install 报错(npm ERR! errno -4048,Error: EPERM: operation not permitted,)解决方法
- npm install 安装报错:npm ERR! EPERM npm ERR! -4048 npm ERR! Error: EPERM: operation not permitted, unlink 'D:\test\demo\code\materialT\node_modules\.staging'
- npm install报:gyp ERR! stack Error: Can't find Python executable "python", you can set the PYT HON env variable.
- npm install 安装报错:npm ERR! EPERM npm ERR! -4048 npm ERR! Error: EPERM: operation not permitted, unlink 'D:\test\demo\code\materialT\node_modules\.staging'