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

CWD not escaped on windows #11

Closed
mokkabonna opened this issue Nov 13, 2013 · 3 comments
Closed

CWD not escaped on windows #11

mokkabonna opened this issue Nov 13, 2013 · 3 comments

Comments

@mokkabonna
Copy link

exec('grunt jshint', {
       cwd: 'C:\Users\etc\'
     }, function (err, stdout, stderr) {})
@romaricpascal
Copy link
Contributor

Are you using version 0.2.0? It had an issue with Windows paths indeed (#7).

I've fixed this on the master branch, but haven't made a new NPM release yet (should probably have :s). I'll make a NPM release by the end of the week (hopefully sooner).

In the meantime, you can use a Git dependency in your package.json file to get the version on the master branch, which should solve this issue :)

@mokkabonna
Copy link
Author

I just did a plain npm install. So yeah I guess that is the same issue then. I've disabled it for now. I will watch NPM for changes to start using it. Thanks!

@romaricpascal
Copy link
Contributor

The new version is out :)

Edit: Looks like the npm publish didn't go through. I'll have a look later today :( Fixed, v0.3.0 is available on NPM :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants