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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM