Skip to content
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

Closed
alexketchum opened this issue Jul 29, 2022 · 6 comments
Closed

Node 14: Unexpected token '??=' #3877

alexketchum opened this issue Jul 29, 2022 · 6 comments
Labels
bug Something isn't working package:dev

Comments

@alexketchum
Copy link

alexketchum commented Jul 29, 2022

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 '??='

@alexketchum
Copy link
Author

I was able to get around this by using v1.6.5 - npx create-remix@1.6.5

@machour
Copy link
Collaborator

machour commented Jul 29, 2022

@alexketchum What node version are you running?

@alexketchum
Copy link
Author

14.16.1

I see that I need at least 14.17.0. I'll try updating node and running it again.

@machour
Copy link
Collaborator

machour commented Jul 29, 2022

I just tested 14.20 and I'm having the same error. Seems like we accidentally dropped node 14 support here:
befce4a#diff-08f1d402b3b2041674b10a474187115744ce554aa54e5055f36a0174d95ad15cR211

@machour machour added bug Something isn't working and removed bug:unverified labels Jul 29, 2022
@machour
Copy link
Collaborator

machour commented Jul 29, 2022

This was an oversight and should be addressed shortly by the team, thank you for reporting this 🙏🏼

@machour machour changed the title Unexpected token '??=' Node 14: Unexpected token '??=' Jul 29, 2022
machour added a commit to machour/remix that referenced this issue Jul 30, 2022
@machour machour added the awaiting release This issue has been fixed and will be released soon label Jul 30, 2022
@machour
Copy link
Collaborator

machour commented Jul 30, 2022

Fixed in 1.6.7

@machour machour closed this as completed Jul 30, 2022
@MichaelDeBoey MichaelDeBoey removed the awaiting release This issue has been fixed and will be released soon label Aug 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working package:dev
Projects
None yet
Development

No branches or pull requests

3 participants