login as: root root@192.168.1.15's password: Last login: Tue Mar 12 18:20:44 2019 from 192.168.1.14 The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. root@fireflypi:~# cd ~/src/oref0 root@fireflypi:~/src/oref0# git pull Already up-to-date. root@fireflypi:~/src/oref0# npm run global-install (node:1462) [DEP0022] DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead. > oref0@0.7.0-dev global-install /root/src/oref0 > npm install && sudo npm link && sudo npm link oref0 && sudo npm install -g (node:1477) [DEP0022] DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead. npm WARN deprecated istanbul@0.4.5: This module is no longer maintained, try this instead: npm WARN deprecated npm i nyc npm WARN deprecated Visit https://istanbul.js.org/integrations for other alternatives. npm ERR! cb() never called! npm ERR! not ok code 0 npm ERR! oref0@0.7.0-dev global-install: `npm install && sudo npm link && sudo npm link oref0 && sudo npm install -g` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the oref0@0.7.0-dev global-install script. npm ERR! This is most likely a problem with the oref0 package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! npm install && sudo npm link && sudo npm link oref0 && sudo npm install -g npm ERR! You can get their info via: npm ERR! npm owner ls oref0 npm ERR! There is likely additional logging output above. npm ERR! System Linux 4.14.98+ npm ERR! command "/usr/bin/node" "/usr/bin/npm" "run" "global-install" npm ERR! cwd /root/src/oref0 npm ERR! node -v v8.11.1 npm ERR! npm -v 1.4.21 npm ERR! code ELIFECYCLE npm WARN This failure might be due to the use of legacy binary "node" npm WARN For further explanations, please read /usr/share/doc/nodejs/README.Debian npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /root/src/oref0/npm-debug.log npm ERR! not ok code 0 root@fireflypi:~/src/oref0#