Skip to content

Instantly share code, notes, and snippets.

@Smithx10
Created November 17, 2023 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Smithx10/76b2d82ce1e04cc0fa948140f694c92b to your computer and use it in GitHub Desktop.
Save Smithx10/76b2d82ce1e04cc0fa948140f694c92b to your computer and use it in GitHub Desktop.
[root@1b86aafc-fbb3-4162-9a35-b711cba48758 ~/sdc-cloudapi]# make all
PATH=/root/sdc-cloudapi/build/node/bin:/usr/local/sbin:/usr/local/bin:/opt/local/sbin:/opt/local/bin:/usr/sbin:/usr/bin:/sbin /root/sdc-cloudapi/build/node/bin/node /root/sdc-cloudapi/build/node/bin/npm install
> event-loop-stats@1.0.0 install /root/sdc-cloudapi/node_modules/event-loop-stats
> node-gyp rebuild
gyp ERR! configure error
gyp ERR! stack Error: Command failed: /opt/local/bin/python -c import sys; print "%s.%s.%s" % sys.version_info[:3];
gyp ERR! stack File "<string>", line 1
gyp ERR! stack import sys; print "%s.%s.%s" % sys.version_info[:3];
gyp ERR! stack ^
gyp ERR! stack SyntaxError: invalid syntax
gyp ERR! stack
gyp ERR! stack at ChildProcess.exithandler (child_process.js:199:12)
gyp ERR! stack at emitTwo (events.js:106:13)
gyp ERR! stack at ChildProcess.emit (events.js:191:7)
gyp ERR! stack at maybeClose (internal/child_process.js:920:16)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:230:5)
gyp ERR! System SunOS 5.11
gyp ERR! command "/root/sdc-cloudapi/build/node/bin/node" "/root/sdc-cloudapi/build/node/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /root/sdc-cloudapi/node_modules/event-loop-stats
gyp ERR! node -v v6.17.1
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! event-loop-stats@1.0.0 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the event-loop-stats@1.0.0 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/2023-11-17T20_37_03_792Z-debug.log
make: *** [Makefile:101: node_modules/.bin/tap] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment