美文网首页
02_ webstrom

02_ webstrom

作者: lww文 | 来源:发表于2019-10-28 18:12 被阅读0次

在webstrom 中设置node 安装目录

=========================

Module build failed: Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (64)

解决方式:  

1:在Terminal  窗口输入:  

2:或者进入项目跟目录  然后进入cmd 输入

先卸载:(如果卸载不成功,直接找到node-sass文件夹,删除)

1. npm uninstall --save node-sass 

再安装

2. npm install --save node-sass    (cnpm install --save node-sass  )

————————————————

=========================

相关文章

网友评论

      本文标题:02_ webstrom

      本文链接:https://www.haomeiwen.com/subject/hrmbvctx.html