-
Notifications
You must be signed in to change notification settings - Fork 6
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
base: main
Are you sure you want to change the base?
uninstall modus #119
Conversation
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.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (1)
- modus/modus-cli.mdx: Language not supported
@@ -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` |
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 uninstall
not found.
|
||
```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 comment
The reason will be displayed to describe this comment to others. Learn more.
This shouldn't ever be the case. which modus
would return modus not found
if it was installed via NPM and then uninstalled via NPM.
Perhaps the instructions should say something like, "If modus is still found, then you can delete it..." etc. and just use /path/to/modus
etc.
This improves the documentation for uninstalling Modus and removes references to commands that don't exist in the codebase.
Related: