Error: Cannot find module ‘../lib/utils/unsupported.js’
报错:
nodejs : Error: Cannot find module ‘../lib/utils/unsupported.js’
解决办法(linux):
去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’
解决办法(linux):
去node目录下:/node***/bin
shell> rm npm
shell> ln -s ../lib/node_modules/npm/bin/npm-cli.js ./npm