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

env: node\r: No such file or directory #10

Closed
btzr-io opened this issue Jul 19, 2017 · 3 comments
Closed

env: node\r: No such file or directory #10

btzr-io opened this issue Jul 19, 2017 · 3 comments
Assignees
Labels

Comments

@btzr-io
Copy link

btzr-io commented Jul 19, 2017

There is a problem with newlines in your script. Make sure that #!/usr/bin/env node is followed by \n (unix style) instead of \r\n (windows/dos style).
Node script executable not working

@btzr-io
Copy link
Author

btzr-io commented Jul 19, 2017

@Download
Copy link
Owner

I understand this issue now and will make sure it gets fixed in the coming weeks. 👍

@Download
Copy link
Owner

Download commented Apr 5, 2018

This should be fixed in v2, along with a boatload of other improvements, including a much leaner project setup (zero-conf FTW!), automatic support for code splitting and hot-reload of translation files, a synch command to help managing translation files and best of all, some sane docs that explain how to actually get it all to work. It should be almost fully backward-compatible with v1. You might have to make a small change in your config to enlock the new features.

Hoping you will give v2 a spin and let me know if it works for you. Please feel free to comment here and if the issue is not fixed, please ask for me to re-open it. Thank you for taking the time to file issues!

@Download Download closed this as completed Apr 5, 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