美文网首页
web前端开发遇到的问题总结(持续更新)

web前端开发遇到的问题总结(持续更新)

作者: 老薛有只猫 | 来源:发表于2019-06-01 18:04 被阅读0次

node-sass

npm ERR! Failed at the node-sass@4.9.0 postinstall script.

网上搜了好久,对于我均不管用,各种解决方案,比如

npm config set registry https://registry.npm.taobao.org
npm uninstall node-sass
npm install node-sass@4.9.0

最终解决方法删除package-lock.json文件,然后再npm install

相关文章

网友评论

      本文标题:web前端开发遇到的问题总结(持续更新)

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