-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Node 14: Unexpected token '??=' #3877
Comments
I was able to get around this by using v1.6.5 - |
@alexketchum What node version are you running? |
14.16.1 I see that I need at least 14.17.0. I'll try updating node and running it again. |
I just tested 14.20 and I'm having the same error. Seems like we accidentally dropped node 14 support here: |
This was an oversight and should be addressed shortly by the team, thank you for reporting this 🙏🏼 |
Fixed in 1.6.7 |
What version of Remix are you using?
1.6.6
Steps to Reproduce
Run
npx create-remix@latest
Expected Behavior
A new remix project is created after answering the questions
Actual Behavior
After a few seconds of loading I'm met with the following message
Unexpected token '??='
The text was updated successfully, but these errors were encountered: