-
Couldn't load subscription status.
- Fork 14
uninstall modus #119
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
uninstall modus #119
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -62,6 +62,24 @@ URL to access the app. | |
| Build your Modus app. The Modus CLI compiles your app and generates a `.build` | ||
| folder for the artifacts. | ||
|
|
||
| ### `uninstall` | ||
|
|
||
| Uninstall the Modus CLI from your system. | ||
| ## Uninstall | ||
|
|
||
| To uninstall the Modus CLI, run the following command: | ||
|
|
||
| ```sh | ||
| npm uninstall -g @hypermode/modus-cli | ||
| ``` | ||
|
|
||
| Then, find where the Modus CLI was installed using which modus and delete the directory: | ||
|
|
||
| ```sh | ||
| which modus | ||
| /Users/someone/.nvm/versions/node/v22.13.0/bin/modus | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This shouldn't ever be the case. Perhaps the instructions should say something like, "If modus is still found, then you can delete it..." etc. and just use |
||
| ``` | ||
|
|
||
| Delete the directory: | ||
|
|
||
| ```sh | ||
| rm -rf /Users/someone/.nvm/versions/node/v22.13.0/bin/modus | ||
| ``` | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
modus uninstallnot found.