-
Notifications
You must be signed in to change notification settings - Fork 3
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
Windows Line endings #1
Comments
I've just tested this on Windows, OSX which installs and runs without issue. I did run into this gulp issue on Ubuntu which is now resolved with the latest Can you try installing the template again to see if it resolved it:
If it's still an issue can you provide the exact steps to repro and also your OS Version, If it's to do with the
|
Yeah I'm using Ubuntu and still getting the same error. But i don't think its your template, when I run dotnet-new -v I get the same error |
I can't repro this issue, you can try re-installing the cli tooling again:
Otherwise you can use the
|
Hi
Somewhere there is a package with windows line endings. see, npm/npm#12371
When I try create a new app all i get is
/usr/bin/env: ‘node\r’: No such file or directory
This is due to a package using windows line endings when committing to Git.
The text was updated successfully, but these errors were encountered: