I am following the following guide from GitHub Here but when I enter npm init
I keep getting the error:
Sorry, there's a problem with nodist. Couldn't resolve node version spec %s: %s 11.13.0 Couldn't find any matching version
I have followed the previous steps and set the version to v10.15.3
, but the error keeps appearing every time I use nvm
. I have also set the version to v11.13.0
, as this is what the error is requesting, but I still get the same result. Installed versions include: 11.13.0, 10.16.0, 10.15.3, 8.11.2, 0.12.0
Any help with this would be much appreciated!