-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Description
Version: v6.3.1
Platform: Linux TheBeast 4.2.0-42-generic #49-Ubuntu SMP Tue Jun 28 21:26:26 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
I am trying to build nodejs using the source code, following the steps at https://github.com/nodejs/node/blob/master/BUILDING.md
And I am badly stuck at make test
step. Can anybody help me?
My output of npm test looks like this:
node cli.js test
[email protected] test /home/aman/node-v4.6.0-linux-x64/lib/node_modules/npm
npm run test-tap[email protected] test-tap /home/aman/node-v4.6.0-linux-x64/lib/node_modules/npm
npm run tap -- "test/tap/*.js"[email protected] tap /home/aman/node-v4.6.0-linux-x64/lib/node_modules/npm
tap --reporter=classic --timeout 300 "test/tap/*.js"
sh: 1: tap: not found
npm ERR! Linux 4.2.0-42-generic
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "tap" "--" "test/tap/.js"
npm ERR! node v6.3.1
npm ERR! npm v3.10.3
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! [email protected] tap: tap --reporter=classic --timeout 300 "test/tap/_.js"
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the [email protected] tap script 'tap --reporter=classic --timeout 300 "test/tap/.js"'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, 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! tap --reporter=classic --timeout 300 "test/tap/_.js"
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 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/aman/node-v4.6.0-linux-x64/lib/node_modules/npm/npm-debug.log
npm ERR! Linux 4.2.0-42-generic
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "test-tap"
npm ERR! node v6.3.1
npm ERR! npm v3.10.3
npm ERR! code ELIFECYCLE
npm ERR! [email protected] test-tap: npm run tap -- "test/tap/*.js"
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] test-tap script 'npm run tap -- "test/tap/.js"'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, 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 tap -- "test/tap/.js"
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 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/aman/node-v4.6.0-linux-x64/lib/node_modules/npm/npm-debug.log
npm ERR! Test failed. See above for more details.
Makefile:174: recipe for target 'test' failed
make: *** [test] Error 1