I\'m trying to do npm install and an error appears :
npm install
Failed at the node-sass@4.5.0 postinstall script.
I tried to delete no
no
17条回答 猫巷女王i (楼主) 2021-01-30 08:51 rolling back to node v10.17.0 fixed the problem to me. You can use nvm to do so: https://github.com/nvm-sh/nvm > nvm install 10.17.0 > nvm use 10.17.0 > node -v 10.17.0 0 讨论(0) 查看其它17个回答 发布评论: 提交评论 加载中... 自定义标题段落格式字体字号代码语言点击上传x 验证码 看不清? 提交回复
rolling back to node v10.17.0 fixed the problem to me.
v10.17.0
You can use nvm to do so:
https://github.com/nvm-sh/nvm
> nvm install 10.17.0 > nvm use 10.17.0 > node -v 10.17.0
热议问题