-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
/usr/bin/env: ‘node\r’: No such file or directory error Command failed with exit code 127. #8106
Comments
Convert |
Yes, your solution solved the problem Thank you very much @ObserverOfTime |
RobinBlomberg
added a commit
to RobinBlomberg/kysely-codegen
that referenced
this issue
Aug 29, 2022
- May possibly fix "No such file or directory error" (yarnpkg/yarn#8106)
This was referenced Aug 29, 2022
RobinBlomberg
added a commit
to RobinBlomberg/kysely-codegen
that referenced
this issue
Aug 29, 2022
- May possibly fix "No such file or directory error" (yarnpkg/yarn#8106)
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug description
I created a npm package called atco then I used it in project called
atco-simple-example
This is
atco-simple-example
'spackage.json
Now when I run
yarn heroku-postbuild
in my local machine (windows
platform) it works successfully without any errors.However when I deployed
atco-simple-example
,Heroku returned this error when executed
yarn heroku-postbuild
Here is the full log
However the above error doesn't happen when I told Heroku to use
npm
rather thenyarn
What is the current behavior?
Throw the following error rather then execute
bin
file./src/index.js
(in atco package)What is the expected behavior?
Execute
bin
file./src/index.js
(in atco package)Steps to Reproduce
Deploy atco-simple-example to Heroku (instructions in repository's README)
Environment
12.16.3
1.22.4
The text was updated successfully, but these errors were encountered: