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

yarn start: /usr/bin/env: ‘node\r’: No such file or directory #45

Closed
skypher opened this issue Mar 17, 2019 · 1 comment
Closed

Comments

@skypher
Copy link

skypher commented Mar 17, 2019

Just installed via npx and tried to start, and I get this message:

yarn run v1.13.0
$ react-scripts start
/usr/bin/env: ‘node\r’: No such file or directory
error Command failed with exit code 127.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Looks like the project doesn't use UNIX line endings (plain \n) but either Mac (\r) or Windows (\r\n). I'm not sure how to fix this (and have no time to look into it further), but here's the report. :-)

@TarikHuber
Copy link
Collaborator

#37

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