Failed at the node sass@4.14.1 postinstall script.
发布时间:2024年01月18日
首先,查看node和 npm版本
#用于列出已安装的 Node.js 版本。
nvm ls
#切换node版本?
nvm use 12.17.0
#换国内镜像源:(单独设置sass的安装源。)
npm config set sass_binary_site=https://npm.taobao.org/mirrors/node-sass
npm install --registry https://registry.npm.taobao.org
?
文章来源:https://blog.csdn.net/ccz80/article/details/135682597
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。
如若内容造成侵权/违法违规/事实不符,请联系我的编程经验分享网邮箱:chenni525@qq.com进行投诉反馈,一经查实,立即删除!