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

end of line issue? #27

Closed
joshmu opened this issue Sep 13, 2014 · 4 comments
Closed

end of line issue? #27

joshmu opened this issue Sep 13, 2014 · 4 comments

Comments

@joshmu
Copy link

joshmu commented Sep 13, 2014

I keep encountering this error, I presume it has something to do with the EOL of a Windows/DOS OS mixing up with when I run it from my mac OSX? It tries to run node/r rather than node.

[11:17:15] Error in plugin 'gulp-shell'
Message:
    Command failed: env: node\r: No such file or directory

Details:
    killed: false
    code: 127
    signal: null
@sun-zheng-an
Copy link
Owner

Why do you have a line break in your command?

@joshmu
Copy link
Author

joshmu commented Sep 14, 2014

I do not know, I haven't coded anything yet. This is the response I get after I try to compile a starter template using slush.

sudo npm install -g slush slush-wean
mkdir test && cd test
slush wean
gulp run

Then the error occurs which points to 'gulp-shell' which is why I posted an issue here.
I have also tried with a different generator slush-nwk-xprs and receive the same problem which also points to 'gulp-shell'.

I am running the latest stable version of node v0.10.31 on osx mavericks 10.9.4.

@sun-zheng-an
Copy link
Owner

It looks like a bug in node-webkit-builder, I got the same error by running node_modules/node-webkit-builder/bin/nwbuild in the test directory.

@joshmu
Copy link
Author

joshmu commented Sep 14, 2014

ah yep you're right, found the issue over at the node-webkit-builder git repo. Thanks for looking in to it.

@joshmu joshmu closed this as completed Sep 14, 2014
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