報錯:
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
報錯:
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
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。