We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weird issues with [email protected]:
[email protected]
$ npm test > [email protected] pretest /Users/delphine/Development/Git/claudiopro/gluttony > npm install > [email protected] test /Users/delphine/Development/Git/claudiopro/gluttony > tap test/*.js test/test.js .....Removing existing dependencies... .......Yay! Dependencies reinstalled from scratch. test/test.js ........................................ 13/15 30s package_no_node_modules not ok missing plan results: ok: false count: 2 pass: 2 not ok missing plan results: ok: false count: 2 pass: 2 total ............................................... 13/15 13 passing (30s) 2 failing npm ERR! Test failed. See above for more details.
The text was updated successfully, but these errors were encountered:
As a comparison, results of tests with [email protected]:
$ npm test > [email protected] pretest /Users/delphine/Development/Git/claudiopro/gluttony > npm install npm WARN prefer global [email protected] should be installed with -g > [email protected] test /Users/delphine/Development/Git/claudiopro/gluttony > tap test/*.js test/test.js .....Removing existing dependencies... .......Yay! Dependencies reinstalled from scratch. .......Yay! Dependencies reinstalled from scratch. ......Yay! Dependencies reinstalled from scratch. test/test.js ........................................ 25/25 22s total ............................................... 25/25 25 passing (22s) ok
Sorry, something went wrong.
No branches or pull requests
Weird issues with
[email protected]
:The text was updated successfully, but these errors were encountered: