centos7 NodeJs安装问题:Error: Cannot find module '../lib/utils/unsupported.js'

报错:

nodejs : Error: Cannot find module '../lib/utils/unsupported.js'

解决办法(centos7):
去安装目录下,删掉npm并重新创建npm链接。没必要重新安装,就算重新安装可能也解决不了

去node目录下:/node***(你的版本)/bin
shell> rm npm
shell> ln -s ../lib/node_modules/npm/bin/npm-cli.js ./npm

参考链接:
https://stackoverflow.com/questions/44363066/error-cannot-find-module-lib-utils-unsupported-js-while-using-ionic

【腾讯云】新客户无门槛领取总价值高达2860元代金券,每种代金券限量500张,先到先得。

【腾讯云】产品首单专享特惠,24小时秒杀不间断!

posted @ 2020-12-07 16:29  lisicn  阅读(5987)  评论(0编辑  收藏  举报