I am getting this error repeatedly while trying to perform the npm install step of the Quick Start extension at http://flarum.org/docs/extend/start/. Does anybody know how I could un-stuck myself? Thanks! 🙂
npm WARN peerDependencies The peer dependency babel-core@>=5.6.0 included from babel-plugin-object-assign will no
npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency
npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
npm ERR! Darwin 15.0.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! node v4.2.3
npm ERR! npm v2.14.7
npm ERR! code ETIMEDOUT
npm ERR! errno ETIMEDOUT
npm ERR! syscall connect
npm ERR! network connect ETIMEDOUT 103.245.222.162:443
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! Please include the following file with any support request:
npm ERR! /Users/tarun/Code/flarum/extensions/santa-sock/js/forum/npm-debug.log
This is the npm-debug.log file - the part where the errors seem to start, and before the rollback begins.
29690 verbose unlock done using /Users/tarun/.npm/_locks/gulp-concat-57c86169b8801bc4.lock for /Users/tarun/Code/flarum/extensions/santa-sock/js/forum/node_modules/flarum-gulp/node_modules/gulp-concat
29691 verbose unlock done using /Users/tarun/.npm/_locks/gulp-remember-447934d5dcba41d6.lock for /Users/tarun/Code/flarum/extensions/santa-sock/js/forum/node_modules/flarum-gulp/node_modules/gulp-remember
29692 verbose about to build /Users/tarun/Code/flarum/extensions/santa-sock/js/forum/node_modules/flarum-gulp
29693 verbose unlock done using /Users/tarun/.npm/_locks/flarum-gulp-d4d7335a622f73c9.lock for /Users/tarun/Code/flarum/extensions/santa-sock/js/forum/node_modules/flarum-gulp
29694 verbose stack Error: connect ETIMEDOUT 103.245.222.162:443
29694 verbose stack at Object.exports._errnoException (util.js:874:11)
29694 verbose stack at exports._exceptionWithHostPort (util.js:897:20)
29694 verbose stack at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1063:14)
29695 verbose cwd /Users/tarun/Code/flarum/extensions/santa-sock/js/forum
29696 error Darwin 15.0.0
29697 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
29698 error node v4.2.3
29699 error npm v2.14.7
29700 error code ETIMEDOUT
29701 error errno ETIMEDOUT
29702 error syscall connect
29703 error network connect ETIMEDOUT 103.245.222.162:443
29703 error network This is most likely not a problem with npm itself
29703 error network and is related to network connectivity.
29703 error network In most cases you are behind a proxy or have bad network settings.
29703 error network
29703 error network If you are behind a proxy, please make sure that the
29703 error network 'proxy' config is set properly. See: 'npm help config'
29704 verbose exit [ 1, true ]