0
これをインストールするには数時間をかけてきましたが、ノードモジュールの問題かもしれません。 ノードの更新、ノードの再インストール、bowerの更新、別のシェルとwifiネットワークの使用、ローカルおよびグローバルインストール。の問題polymer-cliのインストール
他の提案はありますか?
コマンド:あなたは、Windows PC上にある場合は、NPM -gポリマー-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 ]
参考までに、root以外のユーザーとしてインストールした場合は、 'npm'をsudoとして実行する必要はありません。この質問に示されているエラーは、権限とは関係がないようです。 – tony19
Windowsでは、アイテムをグローバルに "-g"フラグでインストールするには、ターミナルをnpmの "Administrator"として実行する必要があります。 –