Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
npm install 给出以下错误(请参考图片)
cli 版本是 Angular CLI: 9.1.8 请帮忙。谢谢!
所以经过大量的故障排除后,才知道节点版本不同且相互冲突。在终端中,虽然 node 版本是最新的,但 node 旧版本的一些文件没有被删除,因此在 npm install 时出现此错误。所以手动删除了文件,卸载了最新版本的节点。重新安装它。在执行 npm install --force 之后,我了解了版本混乱。不知何故,清除缓存也无济于事。想知道为什么。但无论如何,它现在可以工作了。