-
Notifications
You must be signed in to change notification settings - Fork 30
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 #5
Comments
can you try with quotes like this: |
same error :
It's look like an encoding error |
it's work with :
when the file is interpreted as a node script, but the encoding error raise when we call it as a command |
the workaround work, but the issue is not fixed the file still encoded in DOS |
I've just pushed the fix, new release inc |
thx |
Can you try v0.1.1 please? |
Tested with 0.1.1 and |
cli version 1.6.0
angular version 5.1.0
OS : OSX High sierra - 10.13.2 (17C88)
error on command
ngx-extractor -i src/**/*.ts -f xlf -o src/i18n/source.xlf
the error
env: node\r: No such file or directory
in file
./lib/extractor/ngx-extractor.ts
How to fix that : nwutils/nw-builder#75 (comment)
The text was updated successfully, but these errors were encountered: