Closed
Description
My Modus app stopped working from my current v0.13.9
to latest v0.17.2
.
I tried updating my CLI, but its not clear how to do this and even when using npm uninstall
modus and hyp cli stays around on my machine....
How to properly update both hyp and modus cli?
- Update docs to show how to update
- Add warning in the CLI that you are on a outdated version - cli: add update prompt modus#811
- Update the docs to remove the not found
uninstall
method - uninstall modus docs#119 - Add the uninstall method and properly cleanup modus
- Add a
modus update
command that handles this for you
What I tried:
- Removing node_modules in my project
npm uninstall -g @hypermode/modus-cli
npm update -g @hypermode/modus-cli@latest
npm update -g @hypermode/[email protected]
npm uninstall -g @hypermode/hyp-cli
npm update -g @hypermode/hyp-cli@latest
After all these efforts including restarting my machine when running:
modus -v
Modus is still on my machine and the version remains v0.13.9