Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ricardoseb opened this issue Sep 21, 2020 · 3 comments
Open

Comments

@ricardoseb
Copy link

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
Copy link
Author

I have fixed it with the following
nvm install stable

@pascalgrimaud
Copy link
Member

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

@mehdizj2000
Copy link

mehdizj2000 commented Jan 31, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants