Skip to content

Commit 8370352

Browse files
authored
Change npm run to node --run (#318)
1 parent 4a579fb commit 8370352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/upgrade-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you want to update your MagicMirror² to the latest version, use your termina
1313
to go to your MagicMirror folder and type the following command:
1414

1515
```shell
16-
git pull && npm run install-mm
16+
git pull && node --run install-mm
1717
```
1818

1919
If you changed nothing more than the config or the modules, this should work

0 commit comments

Comments
 (0)