-
Notifications
You must be signed in to change notification settings - Fork 5
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
[MacOS] bug: env: node\r: No such file or directory #4
Comments
Sorry, but I don't fully understand your problem. How do you run npm script? |
yarn add svg2sprite-cli |
Problem in line endings, must be LF instead of CRLF |
Switching to the svg-sprite package |
Still got same error( |
same here, change CRLF -> LF line endings in |
yeah, here the same issue on Mac OS |
Use svg-sprite
|
To reproduce:
yarn add svg2sprite-cli
env: node\r: No such file or directory
Problem:
Solution:
Change line endings to LF
The text was updated successfully, but these errors were encountered: