We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb65c43 commit 24d7919Copy full SHA for 24d7919
modus/modus-cli.mdx
@@ -62,6 +62,24 @@ URL to access the app.
62
Build your Modus app. The Modus CLI compiles your app and generates a `.build`
63
folder for the artifacts.
64
65
-### `uninstall`
66
67
-Uninstall the Modus CLI from your system.
+## Uninstall
+
68
+To uninstall the Modus CLI, run the following command:
69
70
+```sh
71
+npm uninstall -g @hypermode/modus-cli
72
+```
73
74
+Then, find where the Modus CLI was installed using which modus and delete the directory:
75
76
77
+which modus
78
+/Users/someone/.nvm/versions/node/v22.13.0/bin/modus
79
80
81
+Delete the directory:
82
83
84
+rm -rf /Users/someone/.nvm/versions/node/v22.13.0/bin/modus
85
0 commit comments