You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to run npm install, the install will fail due to an error with the node-inspector package:
// ♥ npm install
> [email protected] preinstall /home/cassaram09/hs-js-cartoon-collections-js-cartoon-collections-000/node_modules/v8-debug
> node -e 'process.exit(0)'
> [email protected] install /home/omgitsgod/hs-js-cartoon-collections-js-cartoon-collections-000/node_modules/v8-debug
> node-pre-gyp install --fallback-to-build
node-pre-gyp ERR! Tried to download(404): https://node-inspector.s3.amazonaws.com/debug/v0.7.7/node-v57-linux-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v57 ABI, glibc) (falling back to source compile with node-gyp)
make: Entering directory '/home/omgitsgod/hs-js-cartoon-collections-js-cartoon-collections-000/node_modules/v8-debug/build'
CXX(target) Release/obj.target/debug/src/debug.o
There's a much longer error message but this seems to be the important part. The issue documented in this thread indicates that this version of node-inspector v8-debug is only compatible with v6 of node.
This dependency seems to be used for something related to the bin/debug-ide file but not sure what. Removing the node-inspector dependency removes the errors and allows the student to continue working on the lab.
The text was updated successfully, but these errors were encountered:
When attempting to run
npm install
, the install will fail due to an error with thenode-inspector
package:There's a much longer error message but this seems to be the important part. The issue documented in this thread indicates that this version of
node-inspector v8-debug
is only compatible with v6 of node.This dependency seems to be used for something related to the
bin/debug-ide
file but not sure what. Removing thenode-inspector
dependency removes the errors and allows the student to continue working on the lab.The text was updated successfully, but these errors were encountered: