chad3814 / node-hashtable

Native hashtable interface for when V8 objects can't take the heat
MIT License
106 stars 41 forks source link

Can not `npm install` on CentOS 7 #42

Open dnguyenv opened 7 years ago

dnguyenv commented 7 years ago

OS: CentOS 7, 3.10.0-327.10.1.el7.x86_64 Node: v6.10.0 (also tried with different versions: 6.10.0, 6.10.3, 7.x) npm: 3.10.10 (also tried with 4.x)

604 silly lifecycle hashtable@2.0.2~install: Args: [ '-c', 'node-gyp configure build' ]
605 silly lifecycle hashtable@2.0.2~install: Returned: code: 1  signal: null
606 info lifecycle hashtable@2.0.2~install: Failed to exec install script
607 verbose unlock done using /root/.npm/_locks/staging-e67aedc4794db29b.lock for /path/to/nodemudules/node_modules/.staging
608 silly rollbackFailedOptional Starting
609 silly rollbackFailedOptional Finishing
610 silly runTopLevelLifecycles Finishing
611 silly install printInstalled
612 warn optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents):
613 warn notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
614 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Valid OS:    darwin
614 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Valid Arch:  any
614 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Actual OS:   linux
614 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Actual Arch: x64
615 verbose stack Error: hashtable@2.0.2 install: `node-gyp configure build`
615 verbose stack Exit status 1
615 verbose stack     at EventEmitter.<anonymous> (/usr/lib/node_modules/npm/lib/utils/lifecycle.js:255:16)
615 verbose stack     at emitTwo (events.js:106:13)
615 verbose stack     at EventEmitter.emit (events.js:191:7)
615 verbose stack     at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/lib/utils/spawn.js:40:14)
615 verbose stack     at emitTwo (events.js:106:13)
615 verbose stack     at ChildProcess.emit (events.js:191:7)
615 verbose stack     at maybeClose (internal/child_process.js:877:16)
615 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
616 verbose pkgid hashtable@2.0.2
617 verbose cwd /opt/deploy/marbles/scripts/fabric-sdk-node
618 error Linux 3.10.0-327.10.1.el7.x86_64
619 error argv "/usr/local/bin/node" "/bin/npm" "install" "fabric-client"
620 error node v6.10.0
621 error npm  v3.10.10
622 error code ELIFECYCLE
623 error hashtable@2.0.2 install: `node-gyp configure build`
623 error Exit status 1
624 error Failed at the hashtable@2.0.2 install script 'node-gyp configure build'.
624 error Make sure you have the latest version of node.js and npm installed.
624 error If you do, this is most likely a problem with the hashtable package,
624 error not with npm itself.
624 error Tell the author that this fails on your system:
624 error     node-gyp configure build
624 error You can get information on how to open an issue for this project with:
624 error     npm bugs hashtable
624 error Or if that isn't available, you can get their info via:
624 error     npm owner ls hashtable
624 error There is likely additional logging output above.
625 verbose exit [ 1, true ]