You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: js/frameworks/meteor.html.markerb
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Meteor is a full-stack JavaScript framework for building modern web and mobile a
17
17
We'll start off by installing Meteor:
18
18
19
19
```cmd
20
-
npx meteor@latest
20
+
npx meteor
21
21
```
22
22
```output
23
23
=> Arch: os.osx.arm64
@@ -32,7 +32,7 @@ We'll assume you have NodeJS installed already. Meteor 3 requires NodeJS v20 or
32
32
Let's create the new project by running `meteor create`. We'll choose a "minimal" skeleton, which is a good choice for a new project and to get up and running quickly.
0 commit comments