-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Regression in 0.1.3, cannot be used with yarn #55
Comments
yandeu
added a commit
that referenced
this issue
Apr 1, 2022
I don't know. Could it be a yarn issue? |
Based on the article, npx silently changes things to the right ending. yarn doesn't. |
So everything should be |
Yes, I believe that's it. Your prettier changes might be all that's needed. |
I found this microsoft/TypeScript#29928 |
Can you please try v0.1.4? |
0.1.4 works perfectly, thanks for the quick fix! |
You're welcome 😁 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
0.1.3 cannot be used with yarn. Running
yarn five-server
does the following on macOS:0.1.2 works perfectly.
The reason I believe is some Windows line ending CRLF might have sneaked in either in Git source or in the npm generation.
Running dos2unix on the file fixes it.
The text was updated successfully, but these errors were encountered: