-
-
Notifications
You must be signed in to change notification settings - Fork 375
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
env: node\r: No such file or directory #1431
Comments
That's due the CRLF line endings on the latest deploy, sorry. It's been noted. You can downgrade to v3.0.1 (
|
thanks for the quick reply... closing this |
Don't have any actual power here to reopen this, but can you? It is a valid issue at the moment. Should stay open for visibility. |
I'm getting the same error, and I'm on 3.0.1. In
|
Are you able to provide a repo? I'm willing to bet that you're not actually on Secondly, using |
same here, what is the fix? |
There is no fix :( |
Some investigation for this problem:
#!/usr/bin/env node\r
Output from cloned git repo:
Output from downloaded npm zip:
Since I didn't find a automated CI/CD pipeline my guess would be: Someone, who is running windows, published manually and had |
Yes, this was a problem specifically with the deploy. The editor config seemingly did not catch this. |
Can we expect a hotfix in the near future? |
As of now I haven't heard anything. Until then downgrade to I'll bring it back up. |
Fix should be coming right up |
published 3.0.3 |
Do you want to request a feature or report a bug?
a bug.
What is the current behaviour?
When I run
preact build
in version3.0.2
I'm receiving the error below:If the current behaviour is a bug, please provide the steps to reproduce.
yarn add [email protected]
yarn preact build
preact.config.js
https://gist.github.com/gabrielrtakeda/d9a2f75d91d5eb302295eb51eff8d104
What is the expected behaviour?
To build properly.
If this is a feature request, what is motivation or use case for changing the behaviour?
Please mention other relevant information.
Please paste the results of
preact info
here.preact info
in3.0.2
also gives this error. Follow below thepreact info
using3.0.1
The text was updated successfully, but these errors were encountered: