Skip to content

Instantly share code, notes, and snippets.

@richardlau
Created April 15, 2016 14:31
Show Gist options
  • Save richardlau/972fb6674835d16e01967bfba22846df to your computer and use it in GitHub Desktop.
Save richardlau/972fb6674835d16e01967bfba22846df to your computer and use it in GitHub Desktop.
Node v4.4.3: 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/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])
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-legacy"
npm ERR! node v4.4.3
npm ERR! npm v2.15.1
npm ERR! missing script: test-legacy
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <https://github.com/npm/npm/issues>
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