2016-08-25 6 views
2

私はnpm installをリモートセッションのReact Nativeプロジェクトで実行しています。 具体的には、npm installは、VSTS agentが実行しているビルドスクリプトの一部です。 このエラーが発生しました。それはhttps://github.com/npm/npm/pull/13358介して固定してリリースさNPMのバグhttps://github.com/npm/npm/issues/13353、 によって引き起こされます考え出しnpm ERR!致命的: 'https'のリモートヘルパーを見つけることができません

答えて

0

:私が見つかりましたが働いていませんでした何

npm ERR! git fetch -a origin (https://github.com/mtunique/react-native-scrollable-tab-view.git) fatal: Unable to find remote helper for 'https' 
npm ERR! Darwin 15.4.0 
npm ERR! argv "/usr/local/Cellar/node/5.4.0/bin/node" "/usr/local/bin/npm" "install" 
npm ERR! node v5.4.0 
npm ERR! npm v3.3.12 
npm ERR! code 128 
npm ERR! Command failed: git fetch -a origin 
npm ERR! fatal: Unable to find remote helper for 'https' 
npm ERR! 
npm ERR! 
npm ERR! If you need help, you may report this error at: 
npm ERR!  <https://github.com/npm/npm/issues> 
npm ERR! Please include the following file with any support request: 
npm ERR!  /Users/**/npm-debug.log 

npm v3.10.7で

これで、npmが正常に更新されます。

+1

現在、3.10.10のnpmがあり、このエラーが発生しています。 –

+0

npm 3.10.10で同じ問題が発生する –

関連する問題