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 npm@2.15.1 Non-dependency in bundleDependencies: ansi-regex
npm WARN package.json npm@2.15.1 Non-dependency in bundleDependencies: imurmurhash
npm WARN engine follow@0.12.1: wanted: {"node":"0.12.x || 0.10.x || 0.8.x"} (current: {"node":"4.4.3","npm":"2.15.1"})
tacks@1.0.11 node_modules/tacks
deep-equal@1.0.1 node_modules/deep-equal
sprintf-js@1.0.3 node_modules/sprintf-js
marked@0.3.5 node_modules/marked
marked-man@0.1.5 node_modules/marked-man
require-inject@1.3.1 node_modules/require-inject
└── caller@1.0.1
npm-registry-mock@1.0.1 node_modules/npm-registry-mock
├── util-extend@1.0.3
└── hock@0.2.5 (deep-equal@0.2.1)
tap@2.3.4 node_modules/tap
├── tmatch@1.0.2
├── supports-color@1.3.1
├── only-shallow@1.2.0
├── deeper@2.1.0
├── signal-exit@2.1.2
├── glob@6.0.4 (path-is-absolute@1.0.0)
├── tap-parser@1.2.2 (events-to-array@1.0.2)
├── js-yaml@3.5.5 (esprima@2.7.2, argparse@1.0.7)
├── foreground-child@1.4.0 (cross-spawn-async@2.2.2)
├── readable-stream@2.1.0 (string_decoder@0.10.31, util-deprecate@1.0.2, process-nextick-args@1.0.6, core-util-is@1.0.2, isarray@1.0.0, unreachable-branch-transform@0.5.1, inline-process-browser@2.0.1)
├── codecov.io@0.1.6 (request@2.42.0, urlgrey@0.4.0)
├── coveralls@2.11.9 (lcov-parse@0.0.6, log-driver@1.2.4, minimist@1.2.0, js-yaml@3.0.1, request@2.67.0)
├── tap-mocha-reporter@0.0.24 (diff@1.4.0, escape-string-regexp@1.0.5, debug@2.2.0, readable-stream@1.1.14, unicode-length@1.0.0)
└── nyc@3.2.2 (glob@5.0.15, strip-bom@2.0.0, yargs@3.32.0, lodash@3.10.1, istanbul@0.3.22)
npm-registry-couchapp@2.6.12 node_modules/npm-registry-couchapp
├── semver@4.3.6
├── json@9.0.3
└── couchapp@0.11.0 (watch@0.8.0, coffee-script@1.10.0, url@0.11.0, connect@3.4.1, http-proxy@0.8.7, nano@6.2.0)
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