jhipster-guides icon indicating copy to clipboard operation
jhipster-guides copied to clipboard

JHipster requires Node version >=10.20.1 Google Cloud Shell Tutorial

Open ricardoseb opened this issue 4 years ago • 3 comments

Hi, I have tried to do the tutorial through google cloud, but I get this error when executing the jhipster command: You are running Node version 10.14.2 JHipster requires Node version> = 10.20.1 Also try to update version but I only acquire version 10.14.2

ricardoseb avatar Sep 21 '20 18:09 ricardoseb

I have fixed it with the following nvm install stable

ricardoseb avatar Sep 21 '20 18:09 ricardoseb

I confirm the issue and wonder if we can do something in this project ?

pascalgrimaud avatar Sep 21 '20 20:09 pascalgrimaud

You need to install the latest version of nvm:

check if you have the latest version locally by this:

nvm ls

if you don't have use this to find the latest version from the remote repo:

nvm ls-remote

and next, install the latest one:

nvm install v14.15.4

mehdizj2000 avatar Jan 31 '21 03:01 mehdizj2000