-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
CLI throwing error: "env: node\r: No such file or director" #17
Comments
Try I switched the TSConfig line endings to Unix style (LF), which might fix it, per this issue: |
Thanks! that fixed the issue. |
Glad to hear that it fixed it! Node.js LTS (long term support) version is 16.17.0 now, and while I think I'll avoid supporting legacy versions, I think |
Fixed in |
Hello I installed the following dependencies in a project:
yarn add -D kysely-codegen yarn add -D kysely pg
I have the .env file in the root of the directory, still, when i run the command
yarn run kysely-codegen
I get the error:
env: node\r: No such file or directory error Command failed with exit code 127.
The text was updated successfully, but these errors were encountered: