jhipster / jhipster-guides

Guides to help you learn JHipster quickly
Apache License 2.0
186 stars 65 forks source link

JHipster requires Node version >=10.20.1 Google Cloud Shell Tutorial #30

Open ricardoseb opened 4 years ago

ricardoseb commented 4 years ago

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 commented 4 years ago

I have fixed it with the following nvm install stable

pascalgrimaud commented 4 years ago

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

mehdizj2000 commented 3 years ago

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