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

Error: spawn ENOENT on Windows #1

Closed
insin opened this issue Jan 27, 2015 · 4 comments
Closed

Error: spawn ENOENT on Windows #1

insin opened this issue Jan 27, 2015 · 4 comments

Comments

@insin
Copy link
Contributor

insin commented Jan 27, 2015

nodejs/node-v0.x-archive#2318 strikes again.

This workaround fixes it for me:

if (/^win/.test(process.platform)) {
  JSHINT += '.cmd'
  JSCS += '.cmd'
}
@feross
Copy link
Member

feross commented Jan 27, 2015

Can you send a PR? I'd do it but I don't have a windows machine to test on.

@feross
Copy link
Member

feross commented Jan 27, 2015

@insin Did you just add your snippet after this line?

@insin
Copy link
Contributor Author

insin commented Jan 27, 2015

Putting a PR together now - found another couple of issues on Windows

@feross
Copy link
Member

feross commented Jan 27, 2015

Fixed by #4

@feross feross closed this as completed Jan 27, 2015
amoldehal added a commit to amoldehal/standard that referenced this issue Apr 3, 2017
feross pushed a commit that referenced this issue Jul 17, 2017
@lock lock bot locked as resolved and limited conversation to collaborators May 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants