Skip to content

Instantly share code, notes, and snippets.

@richardlau
Created April 15, 2016 14:37
Show Gist options
  • Save richardlau/e80f137196c069137a891f5a2f30c608 to your computer and use it in GitHub Desktop.
Save richardlau/e80f137196c069137a891f5a2f30c608 to your computer and use it in GitHub Desktop.
Node v4.4.3 with 4b71896f3df29c00eaf559778e12e1357a6468c7: make test-npm
-bash-4.1$ make test-npm
make -C out BUILDTYPE=Release V=1
make[1]: Entering directory `/home/users/riclau/sandbox/github/node/out'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/users/riclau/sandbox/github/node/out'
ln -fs out/Release/node node
NODE=./node tools/test-npm.sh
npm WARN package.json [email protected] Non-dependency in bundleDependencies: ansi-regex
npm WARN package.json [email protected] Non-dependency in bundleDependencies: imurmurhash
npm WARN engine [email protected]: wanted: {"node":"0.12.x || 0.10.x || 0.8.x"} (current: {"node":"4.4.3","npm":"2.15.1"})
[email protected] node_modules/tacks
[email protected] node_modules/deep-equal
[email protected] node_modules/sprintf-js
[email protected] node_modules/marked
[email protected] node_modules/marked-man
[email protected] node_modules/require-inject
└── [email protected]
[email protected] node_modules/npm-registry-mock
├── [email protected]
└── [email protected] ([email protected])
[email protected] node_modules/npm-registry-couchapp
├── [email protected]
├── [email protected]
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected])
[email protected] node_modules/tap
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] ([email protected])
├── [email protected] ([email protected])
├── [email protected] ([email protected])
├── [email protected] ([email protected], [email protected])
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected])
├── [email protected] ([email protected], [email protected])
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected])
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected])
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected])
> [email protected] test /home/users/riclau/sandbox/github/node/test-npm
> npm run test-tap
sh: npm: command not found
npm ERR! Linux 2.6.32-131.12.1.el6.x86_64
npm ERR! argv "/home/users/riclau/sandbox/github/node/out/Release/node" "/home/users/riclau/sandbox/github/node/test-npm/cli.js" "run-script" "test"
npm ERR! node v4.4.3
npm ERR! npm v2.15.1
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! [email protected] test: `npm run test-tap`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the [email protected] test script 'npm run test-tap'.
npm ERR! This is most likely a problem with the npm package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! npm run test-tap
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs npm
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!
npm ERR! npm owner ls npm
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /home/users/riclau/sandbox/github/node/test-npm/npm-debug.log
make: *** [test-npm] Error 1
-bash-4.1$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment