Replies: 1 comment 1 reply
-
Thanks for the write up! Yes, if you had it globally installed, you'll need to upgrade it. Alternatively, you may use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I saw the recently upgraded ignite-cli and wanted to update mine on my Linux environment
I executed
sudo npm uninstall -g ignite-cli
And then
npx ignite-cli new igniteDemo
But kept getting the 7.15.0 version
So I executed again
sudo npm uninstall -g ignite-cli
and thensudo npm i ignite-cli
Doing this way worked fine
Node v16.17.0
Linux ElementaryOS (Ubuntu 20.04 based)
Beta Was this translation helpful? Give feedback.
All reactions