InteractiveShell icon indicating copy to clipboard operation
InteractiveShell copied to clipboard

Can't get InteractiveShell running (nodejs/npm issues?)

Open galettof opened this issue 5 years ago • 0 comments

Hello, I tried running InteractiveShell (on Debian 10) following the instructions on Github but I am encountering some errors after running 'vagrant up'. I do not know how to interpret these errors so I am pasting the messages below, hoping for some guidance. Thank you!

Bringing machine 'default' up with 'virtualbox' provider... ==> default: Checking if box 'ubuntu/bionic64' version '20191105.0.0' is up to date... ==> default: Machine already provisioned. Run vagrant provision or use the --provision ==> default: flag to force provisioning. Provisioners marked to run always will still run. ==> default: Running provisioner: remove (shell)... default: Running: inline script ==> default: Running provisioner: startup_server (shell)... default: Running: inline script default: module.js:549 default: throw err; default: ^ default: default: Error: Cannot find module '/home/vagrant/InteractiveShell/src/dist/index.js' default: at Function.Module._resolveFilename (module.js:547:15) default: at Function.Module._load (module.js:474:25) default: at Function.Module.runMain (module.js:693:10) default: at startup (bootstrap_node.js:188:16) default: at bootstrap_node.js:609:3 default: npm default:
default: ERR! default: Linux 4.15.0-66-generic default: npm default:
default: ERR! default:
default: argv default: "/usr/bin/node" "/usr/bin/npm" "start" default: npm default:
default: ERR! default:
default: node default: v8.10.0 default: npm default:
default: ERR! default:
default: npm default: v3.5.2 default: npm default:
default: ERR! default:
default: code default: ELIFECYCLE default: npm default:
default: ERR! default: [email protected] start: node src/dist/index.js default: npm default:
default: ERR! default: Exit status 1 default: npm default:
default: ERR! default:
default: npm default:
default: ERR! default: Failed at the [email protected] start script 'node src/dist/index.js'. default: npm default:
default: ERR! default: Make sure you have the latest version of node.js and npm installed. default: npm default:
default: ERR! default: If you do, this is most likely a problem with the InteractiveShell package, default: npm default:
default: ERR! default: not with npm itself. default: npm default:
default: ERR! default: Tell the author that this fails on your system: default: npm default:
default: ERR! default: node src/dist/index.js default: npm default:
default: ERR! default: You can get information on how to open an issue for this project with: default: npm default:
default: ERR! default: npm bugs InteractiveShell default: npm default:
default: ERR! default: Or if that isn't available, you can get their info via: default: npm default:
default: ERR! default: npm owner ls InteractiveShell default: npm default:
default: ERR! default: There is likely additional logging output above. default: npm default:
default: ERR! default: Please include the following file with any support request: default: npm default:
default: ERR! default: /home/vagrant/InteractiveShell/npm-debug.log

galettof avatar Nov 07 '19 04:11 galettof