Module build failed Error Node Sass does not yet support your current environment OS X 64-bit...

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/zhouxianling233/article/details/83788453

前言:最近将node.js升级到最新版以后,运行前端项目报错如下:

Module build failed Error Node Sass does not yet support your current environment OS X 64-bit...

解决方法如下:

//将旧版本卸载
npm uninstall node-sass -g
//安装最新版
npm install node-sass -g

我安装的最新版本是[email protected]

猜你喜欢

转载自blog.csdn.net/zhouxianling233/article/details/83788453
今日推荐