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

CRLF line endings in dist package break nge on Linux/OS X #7

Open
JohannesRudolph opened this issue Oct 21, 2018 · 0 comments
Open
Labels

Comments

@JohannesRudolph
Copy link

I tried setting up a demo project as per the readme and got this on OS X.

yarn run v1.5.1
$ nge serve
env: node\r: No such file or directory
error An unexpected error occurred: "Command failed.
Exit code: 127
Command: sh
Arguments: -c nge serve

Changing the file ending of node_modules/ng-cli-electron/dist/cli.js from CRLF to LF fixed it.

@dolanmiu dolanmiu added the bug label Oct 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants