Opened 5 years ago
Last modified 3 years ago
#18829 new defect
"npm run test" fails
Reported by: | bill | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.14 |
Component: | Core | Version: | 1.11.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
"npm run test" seems to run the core tests, but then aborts at the end before printing results, with this error message:
npm ERR! Darwin 14.5.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "test" npm ERR! node v4.2.6 npm ERR! npm v3.7.1 npm ERR! code ELIFECYCLE npm ERR! [email protected] test: `intern-client config=tests/dojo.intern` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] test script 'intern-client config=tests/dojo.intern'. 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 dojo package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! intern-client config=tests/dojo.intern npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs dojo npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls dojo npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /ibm-js/dojo/tests/npm-debug.log
I thought it was something recent but it fails even when I check out the initial version (and even after running "npm install" first).
Change History (3)
comment:1 Changed 4 years ago by
Milestone: | tbd → 1.12 |
---|
comment:2 Changed 4 years ago by
Milestone: | 1.12 → 1.13 |
---|
comment:3 Changed 3 years ago by
Milestone: | 1.13 → 1.14 |
---|
Note: See
TracTickets for help on using
tickets.