dawsbot/swim

installation failed

smilesun opened this issue · 2 comments

npm ERR!     at doWrite (_stream_writable.js:223:10)
npm ERR!     at writeOrBuffer (_stream_writable.js:213:5)
npm ERR!     at EncryptedStream.Writable.write (_stream_writable.js:180:11)
npm ERR!     at write (_stream_readable.js:583:24)
npm ERR! If you need help, you may report this log at:
npm ERR!     <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR!     <npm-@googlegroups.com>

npm ERR! System Linux 4.4.0-97-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" "--global" "chalk-cli"
npm ERR! cwd /home/sunxd
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /home/sunxd/npm-debug.log
npm ERR! not ok code 0

@smilesun, upgrade node to 6 or higher. I'd recommend node 8 or 9. You can see that requirement here. In addition, upgrade npm to something modern. I'd say 5 or 6.

Please re-open if you see this issue remaining, having a modern version of npm and node is a strict requirement.