vue项目报错

报错内容

Module build failed: Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (64)
For more information on which environments are supported please see:
https://github.com/sass/node-sass/releases/tag/v4.7.2
at module.exports (D:\Project\postloanui\node_modules\node-sass\lib\binding.js:13:13)
at Object.<anonymous> (D:\Project\postloanui\node_modules\node-sass\lib\index.js:14:35)

这个主要是缺少一个依赖  node-sass   重新安装运行即可(install node-sass或者 cnpm install node-sass)

最后重新运行npm run dev

posted @ 2019-07-23 10:25  码处世界来  阅读(188)  评论(0编辑  收藏  举报