当前位置:   article > 正文

在github克隆项目后,npm install执行卡住/报错,解决方法_为什么从gitee上克隆下来的项目npm i不了

为什么从gitee上克隆下来的项目npm i不了

        是nodejs版本问题,我原来下载了最新的nodejs18版本,在github扒了个vue2项目,执行npm install总是失败,其中一部分报错信息如下:

  1. npm ERR! gyp ERR! cwd D:\Web\Vue\vue-weixin\node_modules\node-sass
  2. npm ERR! gyp ERR! node -v v18.14.2
  3. npm ERR! gyp ERR! node-gyp -v v3.8.0
  4. npm ERR! gyp ERR! not ok
  5. npm ERR! code ELIFECYCLE
  6. npm ERR! errno 1
  7. npm ERR! node-sass@4.11.0 postinstall: `node scripts/build.js`
  8. npm ERR! Exit status 1
  9. npm ERR!
  10. npm ERR! Failed at the node-sass@4.11.0 postinstall script.
  11. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

        在查询了许多资料后,怀疑是版本问题,我在项目的package.json中发现:

"node-sass": "^4.9.0",
node-sass对应版本

         node-sass是有对应的nodejs版本支持的,所以我用nvm(node版本管理工具)安装并切换到了node10版本,随后npm install执行成功。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/从前慢现在也慢/article/detail/174585
推荐阅读
相关标签
  

闽ICP备14008679号