美文网首页
解决npm编译时报错

解决npm编译时报错

作者: lvyz0207 | 来源:发表于2020-01-29 22:03 被阅读0次

npm install 安装时:

```

报错信息

Module build failed: Error: Cannot find module 'node-sass'

```

解决方法:

```

npm install -g mirror-config-china --registry=http://registry.npm.taobao.org

npm install node-sass

```

相关文章

网友评论

      本文标题:解决npm编译时报错

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