Created
April 15, 2016 15:40
-
-
Save richardlau/a6767ba2333202d2dfd7b9c29d4ed26a to your computer and use it in GitHub Desktop.
Node v4.4.3 with 4b71896f3df29c00eaf559778e12e1357a6468c7+PATH: make test-npm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-bash-4.1$ PATH=~/sandbox/github/node/test-npm/bin/:$PATH 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/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] 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] test /home/users/riclau/sandbox/github/node/test-npm | |
> npm run test-tap | |
module.js:327 | |
throw err; | |
^ | |
Error: Cannot find module '/home/users/riclau/sandbox/github/node/test-npm/bin/node_modules/npm/bin/npm-cli.js' | |
at Function.Module._resolveFilename (module.js:325:15) | |
at Function.Module._load (module.js:276:25) | |
at Function.Module.runMain (module.js:441:10) | |
at startup (node.js:139:18) | |
at node.js:968:3 | |
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! code ELIFECYCLE | |
npm ERR! [email protected] test: `npm run test-tap` | |
npm ERR! Exit status 1 | |
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