Skip to content
New issue

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

'bin' is not recognized as an internal or external command on Windows 7 box #68

Closed
thomaswhite opened this issue Feb 21, 2013 · 2 comments

Comments

@thomaswhite
Copy link

I just checked out the code on a Windows 7 box and installed dependent modules. Running the 'npm test' produced the following output:

D:\2013\github\node-tap>npm test

tap@0.4.0 test D:\2013\github\node-tap
bin/tap.js test/*.js

'bin' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! Test failed. See above for more details.
npm ERR! not ok code 0

What am I missing?

@isaacs
Copy link
Member

isaacs commented Feb 21, 2013

Oh, that should probably be node bin/tap.js test/*.js

@thomaswhite
Copy link
Author

thanks, it works now.

isaacs added a commit that referenced this issue Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants