通过yarn install
安装依赖包node-sass
时总是报错,
"../node_modules\node-sass": Command failed. Exit code: 1
具体的错误原因为
当前使用的node版本与依赖的node-sass版本不匹配,调整当前node版本,建议使用nvm来控制node版本切换
具体对应关系如下:文章来源:https://www.toymoban.com/news/detail-756536.html
NodeJS | Supported node-sass version | Node Module |
---|---|---|
Node 19 | 8.0+ | 111 |
Node 18 | 8.0+ | 108 |
Node 17 | 7.0+, <8.0 | 102 |
Node 16 | 6.0+ | 93 |
Node 15 | 5.0+, <7.0 | 88 |
Node 14 | 4.14+ | 83 |
Node 13 | 4.13+, <5.0 | 79 |
Node 12 | 4.12+, <8.0 | 72 |
Node 11 | 4.10+, <5.0 | 67 |
Node 10 | 4.9+, <6.0 | 64 |
Node 8 | 4.5.3+, <5.0 | 57 |
Node <8 | <5.0 | <57 |
解决方法:更改当前node版本,或者修改依赖node-sass的版本号即可文章来源地址https://www.toymoban.com/news/detail-756536.html
到了这里,关于node-sass 安装失败 Command failed 报错 node_modules\node-sass: Command failed. Exit code: 1的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!