Trying to install 'n' but getting following error:
npm isntall -g n
/usr/lib
└── n@2.1.0
npm ERR! Linux 3.16.0-57-generic
npm ERR! argv "node" "/usr/local/bin/npm" "isntall" "-g" "n"
npm ERR! node v0.10.25
npm ERR! npm v3.5.3
npm ERR! path /usr/lib/node_modules/.staging
npm ERR! code ELOOP
npm ERR! errno 51
npm ERR! ELOOP, unlink '/usr/lib/node_modules/.staging'
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! /var/www/yeoman-start/npm-debug.log
What' s the issue and how can I handle this ?
isntall
! Trynpm install -g n
. – Beat Jan 13 '16 at 12:13code ELOOP
. – Davin Tryon Jan 13 '16 at 12:15