react-suspense icon indicating copy to clipboard operation
react-suspense copied to clipboard

Error using node version 16

Open sp-reach opened this issue 3 years ago • 1 comments
trafficstars

When using nvm and node version 16 the node setup command fails. image

The reason I ran into this issue, was because the previous module "testing" required node 16 to work.

sp-reach avatar Jun 01 '22 19:06 sp-reach

It is possible node version 16.13.2 might work.

sp-reach avatar Jun 02 '22 14:06 sp-reach

FWIW I'm on v16.15.1 and I have no problem installing

Nargonath avatar Sep 12 '22 18:09 Nargonath

@Nargonath did you install it on a windows, linux, or macos env? Sorry I didn't make the initial comment clear this is for windows envs.

sp-reach avatar Sep 13 '22 08:09 sp-reach

Could you try again? There have been a couple changes since you opened this issue.

kentcdodds avatar Sep 13 '22 20:09 kentcdodds

@sp-reach I'm on Windows 11 but I use WSL2 (Windows Sub-Linux 2). If you're on Windows I highly recommend using it, it's usually a pain to develop directly on Windows to be honest.

Nargonath avatar Sep 14 '22 06:09 Nargonath

image This seems now to be resolved thanks!

@sp-reach I'm on Windows 11 but I use WSL2 (Windows Sub-Linux 2). If you're on Windows I highly recommend using it, it's usually a pain to develop directly on Windows to be honest.

@Nargonath I am using wsl2 and it is the "better way" in my opinion, however I was debugging for a friend the windows env.

sp-reach avatar Sep 14 '22 08:09 sp-reach

Alright, glad it got fixed for you @sp-reach.

Nargonath avatar Sep 14 '22 09:09 Nargonath