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 4a579fb commit 8370352Copy full SHA for 8370352
1 file changed
getting-started/upgrade-guide.md
@@ -13,7 +13,7 @@ If you want to update your MagicMirror² to the latest version, use your termina
13
to go to your MagicMirror folder and type the following command:
14
15
```shell
16
-git pull && npm run install-mm
+git pull && node --run install-mm
17
```
18
19
If you changed nothing more than the config or the modules, this should work
0 commit comments