安装Windows Fall Creator版本1709后,我无法使用npm安装任何内容。我已经尝试卸载并重新安装节点。它似乎是一个权限问题。每当我尝试时我都会
ENOENT
o -4058
all rename
nt ENOENT:
我已经尝试使用Windows bash运行,它也出错了几乎相同的消息。有什么想法吗?
答案 0 :(得分:1)
Webroot Secure在任何地方都被Fall Creators破坏,导致节点无法运行。
请参阅https://community.webroot.com/t5/Product-Releases/Windows-10-Fall-Creator-Update-Bug-Fix/td-p/305469
答案 1 :(得分:0)
如果它在Fall Creators更新之前有效,您可能只需要更新npm并尝试再次尝试。
npm i -g npm
您可能想要尝试的另一件事是使用以下命令清除包缓存,这有时可能会导致Windows出现问题。
npm cache clear
// or optionally even
npm cache clear -f