解决npm install安装node-sass包容易失败的问题
node-sass
:rainbow: Node.js bindings to libsass
项目地址:https://gitcode.com/gh_mirrors/no/node-sass
·
具体问题如下:
npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: XXX@3.4.0 npm ERR! Found: webpack@5.31.2 npm ERR! node_modules/webpack npm ERR! peer webpack@”^4.0.0 || ^5.0.0″ from html-webpack-plugin@4.5.2 npm ERR! node_modules/html-webpack-plugin npm ERR! peer html-webpack-plugin@”^3.0.0 || ^4.0.0″ from script-ext-html-webpack-plugin@2.1.5 npm ERR! node_modules/script-ext-html-webpack-plugin npm ERR! dev script-ext-html-webpack-plugin@”2.1.5″ from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer webpack@”^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0″ from script-ext-html-webpack-plugin@2.1.5 npm ERR! node_modules/script-ext-html-webpack-plugin npm ERR! dev script-ext-html-webpack-plugin@”2.1.5″ from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with –force, or –legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR!
2、问题分析
npm版本过高
3、问题解决
npm install npm@6.14.10 -g
如果还提示出现 python 的信息,说明还需要安装python,去python官网下载对应版本的安装包安装即可,一般是2.7版本。python官网下载
如果提示 这些等乱七八糟的基本上就是node-sass 版本冲突问题
gyp ERR! node -v v14.19.1 gyp ERR! node-gyp -v v8.4.1 gyp ERR! not ok
直接去npm官网查看 使用nvm控制node版本或者 npm install node-sass@4.14(示例4.14)安装指定版本node-sass!!!

:rainbow: Node.js bindings to libsass
最近提交(Master分支:2 个月前 )
6081731a
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com> 1 年前
62c0f46c
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com> 1 年前
AtomGit 是由开放原子开源基金会联合 CSDN 等生态伙伴共同推出的新一代开源与人工智能协作平台。平台坚持“开放、中立、公益”的理念,把代码托管、模型共享、数据集托管、智能体开发体验和算力服务整合在一起,为开发者提供从开发、训练到部署的一站式体验。
更多推荐



所有评论(0)