Skip to content

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

uninstall modus #119

wants to merge 1 commit into from

Conversation

danstarns
Copy link
Member

@danstarns danstarns commented Apr 7, 2025

This improves the documentation for uninstalling Modus and removes references to commands that don't exist in the codebase.

Related:

@Copilot Copilot AI review requested due to automatic review settings April 7, 2025 01:49
@danstarns danstarns requested a review from a team as a code owner April 7, 2025 01:49
Copy link

@Copilot Copilot AI left a 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`
Copy link
Member Author

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

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.

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

Successfully merging this pull request may close these issues.

2 participants