npm install 报错踩坑路
程序员文章站
2022-07-10 13:44:45
先出现的是超过最大调用栈问题: npm ERR! Maximum call stack size exceeded 百度之后说给npm降级或者升级 降级 : npm install -g npm@5.4.0 升级 : npm install -g npm 升级到最新版 结果降级之后再尝试的时候就直接 ......
先出现的是超过最大调用栈问题:
npm err! maximum call stack size exceeded
百度之后说给npm降级或者升级
- 降级 : npm install -g npm@5.4.0
- 升级 : npm install -g npm
升级到最新版
结果降级之后再尝试的时候就直接报版本跟node.js不兼容的问题,然后各种在升级都不好使,只能重新删掉在升级。
you are likely using a version of node-tar or npm that is incompatible with this version of node.js.
please use either the version of npm that is bundled with node.js, or a version of npm (> 5.5.1 or < 5.4.0) or node-tar (> 4.0.1) that is compa
tible with node.js 9 and above.
解决办法:
1、npm uninstall -g npm
2、npm install -g npm
推荐阅读
-
微信小程序使用npm支持踩坑
-
vue踩坑记-在项目中安装依赖模块npm install报错
-
window环境下npm install node-sass报错的解决方法
-
Python踩坑系列之安装pycrypto报错:“Microsoft Visual C++14.0 is required”问题。
-
踩坑,vue项目中,main.js引入scss文件时报错
-
浅谈vue的踩坑路
-
npm install 报错 Unexpected token in JSON at position 1
-
【踩坑】报错 non-static method xxx() cannot be referenced from a static context
-
npm install 报错踩坑路
-
npm install 报错 汇总 - 持续更新中