Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm更新出错的解决方法 #24

Open
itgoyo opened this issue Nov 13, 2017 · 0 comments
Open

npm更新出错的解决方法 #24

itgoyo opened this issue Nov 13, 2017 · 0 comments

Comments

@itgoyo
Copy link
Owner

itgoyo commented Nov 13, 2017

错误信息如下:

npm ERR! code ECONNRESET
npm ERR! errno ECONNRESET
npm ERR! network request to https://registry.npmjs.org/npm failed, reason: socket hang up
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network 
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly.  See: 'npm help config'

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/itgoyo/.npm/_logs/2017-11-13T02_02_59_617Z-debug.log

解决方法:

npm config delete proxy
npm -g install npm@5.5.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant