报错:
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
参考链接:
https://*.com/questions/44363066/error-cannot-find-module-lib-utils-unsupported-js-while-using-ionic