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
When installing the latest version of this from NPMJS and using it in my Prisma schema, I get the error env: node\r: No such file or directory:
It looks like the published file (e.g. dist/cli.js) uses CRLF endings instead of LF which causes issues outside of Windows. Whereas building it locally with LF endings fixes the error.
It'd be helpful to have this published with LF endings, perhaps automated via dos2unix
The text was updated successfully, but these errors were encountered:
When installing the latest version of this from NPMJS and using it in my Prisma schema, I get the error
env: node\r: No such file or directory
:It looks like the published file (e.g.
dist/cli.js
) uses CRLF endings instead of LF which causes issues outside of Windows. Whereas building it locally with LF endings fixes the error.It'd be helpful to have this published with LF endings, perhaps automated via dos2unix
The text was updated successfully, but these errors were encountered: