2016-11-16 7 views
1

ol3-contextmenuをインストールできません。 ol3-contextmenuをインストールできない

私は以下を実行しています:

npm install ol3-contextmenu --save 

が、私はエラーの下に取得しています:

ERR! closure-util connect ECONNREFUSED 216.58.199.174:80 ..... ..... npm WARN optional Skipping failed optional dependency /chokidar/fsevents: npm WARN notsup Not compatible with your operating system or architecture: [email protected] npm ERR! Windows_NT 10.0.10586 npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" "ol3-contextmenu" "--save" npm ERR! node v6.2.0 npm ERR! npm v3.8.9 npm ERR! code ELIFECYCLE

npm ERR! [email protected] postinstall: node ./bin/closure-util.js update npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] postinstall script 'node ./bin/closure-util.js update'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the closure-util package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node ./bin/closure-util.js update npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs closure-util npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls closure-util npm ERR! There is likely additional logging output above.

答えて

0

回避策として--no-optionalフラグを使用してみてください。

npm update --no-optional

+0

ない運!私は "npm install ol3-contextmenu --no-optional"、 "npm install ol3-contextmenu update --no-optional"を試しました。うまくいきませんでした!エラーが発生しました – user6730740

+0

@ user6730740どのようなエラーが表示されますか? –

+0

ERR! closure-util connect ECONNREFUSED 192.30.253.112:443 + - UNMET PEER DEPENDENCY @角度/共通@ 2.0.1 '--UNMET PEER DEPENDENCY @ angular/core @ 2.0.1 npm ERR! Windows_NT 10.0.10586 npm ERR! "C:¥Program Files¥¥nodejs¥¥node.exe" C:¥¥Program Files¥¥nodejs¥¥node_modules¥¥npm¥¥bin¥¥npm-cli.js "" install "" ol3-コンテキストメニュー "" - no-optional " npm ERR!ノードv6.2.0 npm ERR! npm v3.8.9 npm ERR!コードELIFECYCLE npm ERR! [email protected] postinstall: 'node ./bin/closure-util.js update' npm ERR! [email protected] postinstallスクリプトのノード./bin/closure-util.js updateで失敗しました。 – user6730740

関連する問題