You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm ERR! network read ECONNRESET
npm ERR! network This is most likely not a problem with npm itself
npm ERR! network and is 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! Windows_NT 6.1.7601
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" "--save" "next@4.1.0"
npm ERR! node v7.10.0
npm ERR! npm v4.2.0
npm ERR! shasum check failed for C:\Users\CHENLO~1\AppData\Local\Temp\npm-14488-1e090457\registry.npmjs.org\xss-filters-\xss-filters-1.2.7.tgz
npm ERR! Expected: 59fa1de201f36f2f3470dcac5f58ccc2830b0a9a
npm ERR! Actual: 7c787834a2fefc73d8d97764ff0c018329900041
npm ERR! From: http://registry.npmjs.org/xss-filters/-/xss-filters-1.2.7.tgz
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! C:\Users\chenlongde\AppData\Roaming\npm-cache_logs\2017-10-24T07_20_03_793Z-debug.log
Steps to Reproduce (for bugs)
open my cmd;
npm install --save next
Context
Your Environment
Tech
Version
next
-
node
7.10.0
OS
window7
browser
chrome
etc
The text was updated successfully, but these errors were encountered:
Expected Behavior
install next correctly
Current Behavior
λ npm install --save next@4.1.0
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" "--save" "next@4.1.0"
npm ERR! node v7.10.0
npm ERR! npm v4.2.0
npm ERR! code ECONNRESET
npm ERR! errno ECONNRESET
npm ERR! syscall read
npm ERR! network read ECONNRESET
npm ERR! network This is most likely not a problem with npm itself
npm ERR! network and is 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! Windows_NT 6.1.7601
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" "--save" "next@4.1.0"
npm ERR! node v7.10.0
npm ERR! npm v4.2.0
npm ERR! shasum check failed for C:\Users\CHENLO~1\AppData\Local\Temp\npm-14488-1e090457\registry.npmjs.org\xss-filters-\xss-filters-1.2.7.tgz
npm ERR! Expected: 59fa1de201f36f2f3470dcac5f58ccc2830b0a9a
npm ERR! Actual: 7c787834a2fefc73d8d97764ff0c018329900041
npm ERR! From: http://registry.npmjs.org/xss-filters/-/xss-filters-1.2.7.tgz
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! C:\Users\chenlongde\AppData\Roaming\npm-cache_logs\2017-10-24T07_20_03_793Z-debug.log
Steps to Reproduce (for bugs)
Context
Your Environment
The text was updated successfully, but these errors were encountered: