react-suspense
react-suspense copied to clipboard
Error using node version 16
When using nvm and node version 16 the node setup command fails.

The reason I ran into this issue, was because the previous module "testing" required node 16 to work.
It is possible node version 16.13.2 might work.
FWIW I'm on v16.15.1 and I have no problem installing
@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.
Could you try again? There have been a couple changes since you opened this issue.
@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.
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.
Alright, glad it got fixed for you @sp-reach.