【发布时间】:2018-11-29 19:00:22
【问题描述】:
我刚刚尝试了很多解决方案来解决这个问题。当我执行 npm install 时,我得到了
Cannot find module 'internal/util/types'
我尝试了以下基于 StackOverflow 和 Git 的解决方案:
1) 从 Appdata/Roaming 文件夹中移除 npm 和 npm-cache 并重新安装节点 8.10.0 和 8.11.3
但是,我仍然面对Cannot find module 'internal/util/types'
请帮助我如何解决这个问题?
提前谢谢
【问题讨论】:
标签: node.js npm npm-install node-modules