Home > OS >  [for] jupyterlab javascript environment installation failure, Failed at the [email protected] the install
[for] jupyterlab javascript environment installation failure, Failed at the [email protected] the install

Time:09-25


Younger brother jupyterlab deployment in virtualbox virtual environment installation, environment has been set up complete and normal operation, due to the recent learning JavaScript, so want to install the corresponding test environment, according to the official deployment tutorial: https://github.com/n-riesco/ijavascript executing the following command:
 NPM install - g ijavascript 

Execution after an error:
The
reference
NPM ERR! Code ELIFECYCLE
NPM ERR! Errno 1
NPM ERR! [email protected] install: ` node scripts/prebuild - the js | | (node scripts/preinstall. Js & amp; & Node - gyp rebuild) `
NPM ERR! The Exit status 1
NPM ERR!
NPM ERR! Failed at the [email protected] the install script.
NPM ERR! This is probably not a problem with NPM. There is likely additional logging output above.

NPM ERR! A complete log of this run can be found in:
NPM ERR!/root/. NPM/_logs/2019-11-03 T06_56_00_567Z - debug. The log


Personal guess is probably zeromq program has a problem, so perform
 NPM install zeromq 

Install zeromq, appear error:
The
reference
& gt; [email protected] install/root/node_modules/zeromq
The node scripts/prebuild - the js | | (node scripts/preinstall. Js & amp; & Node - gyp rebuild)

NPM WARN [email protected] No description
NPM WARN [email protected] No repository field.


Then themselves according to the online search data reinstall nodejs and NPM, install ijavascript is still an error again, don't know much about the centos system, can't solve come to for help,
The
reference
system environment: centos 7
Has been successfully deployed jupyter



, help to look at, stuck on this problem for a long time to solve, thank you!

CodePudding user response:

Don't fall, , and bosses

CodePudding user response:

Seek solutions

CodePudding user response:

refer to the second floor GypsyMonkey response:
seek solutions

Haven't solve...
  • Related