You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
Basically what the title says, when invoking the tool (either after installing it globally or in the project itself) it crashes with the error message env: node\r: No such file or directory.
Any idea how I can help to find the cause?
The text was updated successfully, but these errors were encountered:
Oh I found the cause already - the cli.js has CRLF line endings causing macOS to fail. I propose that you fix the corresponding line endings to LF. A manual change of line endings in the dist/cli.js will help temporarily.
Basically what the title says, when invoking the tool (either after installing it globally or in the project itself) it crashes with the error message
env: node\r: No such file or directory
.Any idea how I can help to find the cause?
The text was updated successfully, but these errors were encountered: