1

我已经尝试了几个小时来安装它,我开始认为这可能是节点模块的问题?我尝试过更新节点,重新安装节点,更新凉亭,使用不同的 shell 和 wifi 网络,在本地和全局安装它。

还有其他建议吗?

命令:npm install -g polymer-cli

npm ERR! enoent ENOENT: no such file or directory, scandir 'C:\Users\mb\AppData\Roaming\npm-cache\_git-remotes\git-github-com-polymerelements-test-fixture-git-8142662e\config'
npm ERR! enoent ENOENT: no such file or directory, scandir 'C:\Users\mb\AppData\Roaming\npm-cache\_git-remotes\git-github-com-polymerelements-test-fixture-git-8142662e\config'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent
npm verb exit [ -4058, true ]
4

1 回答 1

0

如果您使用的是 Windows PC,请确保您以管理员身份运行控制台(终端)。如果使用 Mac OS 或 Linux,您需要使用 sudo 运行 npm 命令。

于 2017-03-03T14:56:46.977 回答