Is this a linux specific issue?
npm ERR! Linux 3.10.18
npm ERR! argv "/home/ee7klt/.nvm/versions/node/v6.2.0/bin/node" "/home/ee7klt/.nvm/versions/node/v6.2.0/bin/npm" "install"
npm ERR! node v6.2.0
npm ERR! npm v3.8.9
npm ERR! code ELIFECYCLE
npm ERR! unicode@0.6.1 postinstall: `node install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the unicode@0.6.1 postinstall script 'node install.js'.
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 unicode package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node install.js
Jack
Developer
Trying to deploy MERN in Bluemix, but getting below error during deploy phase. Can you help me on this.
ERR Instance (index 0) failed to start accepting connections 2016-07-11T16:59:00.45+0000 [App/0] OUT > cross-env NODE_ENV=production webpack --config webpack.config.prod.js 2016-07-11T16:59:00.59+0000 [App/0] ERR events.js:154 2016-07-11T16:59:00.59+0000 [App/0] ERR at onErrorNT (internal/child_process.js:348:16) 2016-07-11T16:59:00.70+0000 [DEA/61] ERR Instance (index 0) failed to start accepting connections 2016-07-11T16:59:00.72+0000 [API/1] OUT App instance exited with guid 495f8f26-5f67-4fc6-81e7-f9dcda8a1e0a payload: {"cc_partition"=>"default", "droplet"=>"495f8f26-5f67-4fc6-81e7-f9dcda8a1e0a", "version"=>"34fc925e-0abd-46a4-8fb9-ec637e636431", "instance"=>"5e4e8fe2f25343569d9aceecfc4b0cda", "index"=>0, "reason"=>"CRASHED", "exit_status"=>1, "exit_description"=>"failed to accept connections within health check timeout", "crash_timestamp"=>1468256340}
May be the permission is not correct for the user? Can you try running as root i.e. sudo npm install?
Hi all,
I get this when i run sudo npm install
npm ERR! Darwin 15.6.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" npm ERR! node v4.6.0 npm ERR! npm v2.15.9 npm ERR! code EPEERINVALID
npm ERR! peerinvalid The package webpack@2.1.0-beta.8 does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer extract-text-webpack-plugin@1.0.1 wants webpack@^1.9.11 npm ERR! peerinvalid Peer webpack-dev-middleware@1.8.4 wants webpack@1 || ^2.1.0-beta npm ERR! peerinvalid Peer chunk-manifest-webpack-plugin@0.1.0 wants webpack@^1.4.0-beta6 npm ERR! peerinvalid Peer babel-loader@6.2.7 wants webpack@1 || ^2.1.0-beta npm ERR! peerinvalid Peer babel-plugin-webpack-loaders@0.7.1 wants webpack@>=1.12.9 <3.0.0 npm ERR! peerinvalid Peer webpack-dev-server@2.1.0-beta.11 wants webpack@^2.1.0-beta.26
npm ERR! Please include the following file with any support request: npm ERR! /Users/jack/Documents/Git Repositories/All About Node/Mern0.0.1/npm-debug.log
Any ideas? I'd love to use this stack!
Kind regards,
Jack