Skip to content

Commit 3a2429c

Browse files
committed
chore: update developer guide, to install correct version of meteor tools
1 parent 7485d2b commit 3a2429c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEVELOPER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Follow these instructions to start up Sofie Core in development mode. (For produ
1919
### Prerequisites
2020

2121
- Install [Node.js](https://nodejs.org) 14 (using [nvm](https://github.com/nvm-sh/nvm) or [nvm-windows](https://github.com/coreybutler/nvm-windows) is the recommended way to install Node.js)
22-
- Install [Meteor](https://www.meteor.com/install) (`npm install --global meteor`)
22+
- Install [Meteor](https://www.meteor.com/install) (`npm install --global meteor@2`)
2323
- Install [Node.js](https://nodejs.org) 18 (using the same method you used above, you can uninstall node 14 if needed)
2424
- Install an older version of corepack (`npm install --global [email protected]`)
2525
- Enable [corepack](https://nodejs.org/api/corepack.html#corepack) (`corepack enable`) as administrator/root. If `corepack` is not found, you may need to install it first with `npm install --global corepack`

0 commit comments

Comments
 (0)