-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
139 changed files
with
1,589 additions
and
3,965 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
18.16 | ||
20.18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,10 +18,8 @@ Follow these instructions to start up Sofie Core in development mode. (For produ | |
|
||
### Prerequisites | ||
|
||
- 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) | ||
- Install [Meteor](https://www.meteor.com/install) (`npm install --global meteor@2`) | ||
- Install [Node.js](https://nodejs.org) 18 (using the same method you used above, you can uninstall node 14 if needed) | ||
- Install an older version of corepack (`npm install --global [email protected]`) | ||
- Install [Node.js](https://nodejs.org) 20 (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) | ||
- Install [Meteor](https://www.meteor.com/install) (`npm install --global meteor`) | ||
- 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` | ||
|
||
- If on Windows, you may need to `npm install --global windows-build-tools` but this is not always necessary | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
.meteor | ||
public | ||
eslint-rules | ||
scripts | ||
server/_force_restart.js | ||
/packages/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,19 +8,17 @@ | |
|
||
# but you can also edit it by hand. | ||
|
||
meteor[email protected] # Packages every Meteor app needs to have | ||
[email protected] # The database Meteor supports right now | ||
reactive-var@1.0.12 # Reactive variable for tracker | ||
meteor@2.0.1 | ||
[email protected] | ||
ddp@1.4.2 | ||
|
||
[email protected] # Enable ECMAScript2015+ syntax in app code | ||
[email protected] # Enable TypeScript syntax in .ts and .tsx modules | ||
[email protected] # Server-side component of the `meteor shell` command | ||
[email protected] # The database Meteor supports right now | ||
|
||
[email protected] # Meteor's client-side reactive programming library | ||
[email protected] # Enable ECMAScript2015+ syntax in app code | ||
[email protected] # Enable TypeScript syntax in .ts and .tsx modules | ||
|
||
[email protected] | ||
ostrio:meteor-root | ||
accounts-password@2.4.0 | ||
[email protected] # Meteor's client-side reactive programming library | ||
|
||
accounts-password@3.0.2 | ||
|
||
julusian:[email protected] | ||
zodern:types |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
METEOR@2.16 | ||
METEOR@3.0.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.