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

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

Open
lensanag opened this issue Aug 18, 2018 · 3 comments
Open

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

lensanag opened this issue Aug 18, 2018 · 3 comments

Comments

@lensanag
Copy link

This happen on Linux( Ubuntu 18.04 )
maybe need CRLF instead LF?

@ognjengt
Copy link
Owner

I think the issue is that server is referencing ./rest/controllers, instead it should just reference ./controllers, will fix today. Does this happen on npm start?

@lensanag
Copy link
Author

lensanag commented Aug 19, 2018

in the terminal:
yarn add buid-express-api
buid-express-api create-controller
/usr/bin/env: ‘node\r’: No such file or directory

@ognjengt
Copy link
Owner

Yes, I think it is a CRLF problem, with files not having escape chars on strings, will look into that asap, in the meantime, you could open up a pull request if you manage to work something out.

Repository owner deleted a comment from mkproject-admin Feb 21, 2024
Repository owner deleted a comment from mkproject-admin Feb 21, 2024
Repository owner deleted a comment from amd119 Feb 23, 2024
Repository owner deleted a comment from sandipbhuyan Mar 20, 2024
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