安装聚合物cli的问题

时间:2017-03-03 13:33:28

标签: node.js npm polymer npm-install polymer-cli

我已经尝试了几个小时来安装这个,我开始认为它可能是节点模块的问题? 我尝试更新节点,重新安装节点,更新bower,使用不同的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 ]

2 个答案:

答案 0 :(得分:0)

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

答案 1 :(得分:0)

我遇到了同样的问题,并且该解决方案对我有用:

1-安装和更新自制软件

打开终端并运行命令:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

2-安装Nodejs

Nodejs可以使用brew安装。

brew install node

3-安装Git

可以使用brew安装Git。

brew install git

4-安装Polymer CLI

现在可以使用NPM安装聚合物CLI。

npm install -g polymer-cli

sudo npm install -g polymer-cli