首页 > 其他 > 详细

npm降级后node不兼容报错

时间:2019-05-09 10:39:34      阅读:2257      评论:0      收藏:0      [点我收藏+]

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降级后node不兼容报错

原文:https://www.cnblogs.com/tenghuiling/p/10836424.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!