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

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

上一篇:vue3.0 兄弟组件传值


下一篇:django.db.utils.ProgrammingError: (1146, “Table ‘xxx’ doesn’t exist”) 解决方法