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

Add support for node 15 #148

Open
Powersource opened this issue Nov 13, 2020 · 5 comments
Open

Add support for node 15 #148

Powersource opened this issue Nov 13, 2020 · 5 comments

Comments

@Powersource
Copy link
Member

I updated my system to node 15 apparently and now building doesn't want to work lol. I tried updating a couple of packages but that didn't seem to be enough, the rabbit hole is deeper

@Powersource
Copy link
Member Author

hmm lol ok it seems to build on master 🤷 but doesn't hurt updating stuff anyway

@Powersource
Copy link
Member Author

fun facebook/create-react-app#9986

@nhevia
Copy link

nhevia commented Nov 13, 2020

Commenting here because 9986 is unrelated to node versioning.
You should use v14, which is the active version. v15 just hit current status, which means 6 months support for maintainers to test their libraries in a "pre v16" environment.

You can use nvm for managing multiple node versions in the same system

Releases

imagen

@Powersource
Copy link
Member Author

Yeah we should probably keep using 14 in prod. But I'm the kind of fool who uses arch so I end up with 15 locally. I'd prefer not to have to use nvm since its ux is pretty bad but I'll consider it.

@0xR
Copy link

0xR commented Nov 17, 2020

You could try: https://github.com/Schniz/fnm
much faster than nvm

I'm also using eval "$(fnm env --multi --use-on-cd)"

makes me automatically get the right node version everywhere

@aerugo aerugo added test and removed test labels Feb 8, 2021
@aerugo aerugo assigned aerugo and unassigned aerugo Feb 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants