Skip to content

Commit

Permalink
chore: fix install bug on windows
Browse files Browse the repository at this point in the history
"utf-8-validate" requires latest node-gyp-build
  • Loading branch information
nytamin committed Dec 9, 2024
1 parent 24dccd6 commit 7a5dc15
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Follow these instructions to start up Sofie Core in development mode. (For produ
```bash
git clone -b master https://github.com/nrkno/sofie-core.git
cd sofie-core
yarn
yarn start
```

Expand Down Expand Up @@ -138,12 +139,12 @@ Then submit this as a PR.

### ConfigManifests

The ConfigManifests for Blueprints and Gateways was replaced with JSONSchema in R50.
The ConfigManifests for Blueprints and Gateways was replaced with JSONSchema in R50.
However, one usage by AdlibActions for their userDataManifest remains as this is not something we are actively using.

## Blueprint Migrations

In R49, a replacement flow was added consisting of `validateConfig` and `applyConfig`.
In R49, a replacement flow was added consisting of `validateConfig` and `applyConfig`.
It is no longer recommended to use the old migrations flow for showstyle and studio blueprints.

### ExpectedMediaItems
Expand Down
12 changes: 6 additions & 6 deletions packages/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19830,13 +19830,13 @@ asn1@evs-broadcast/node-asn1:
linkType: hard

"node-gyp-build@npm:^4.3.0":
version: 4.6.1
resolution: "node-gyp-build@npm:4.6.1"
version: 4.8.4
resolution: "node-gyp-build@npm:4.8.4"
bin:
node-gyp-build: bin.js
node-gyp-build-optional: optional.js
node-gyp-build-test: build-test.js
checksum: c3676d337b36803bc7792e35bf7fdcda7cdcb7e289b8f9855a5535702a82498eb976842fefcf487258c58005ca32ce3d537fbed91280b04409161dcd7232a882
checksum: 8b81ca8ffd5fa257ad8d067896d07908a36918bc84fb04647af09d92f58310def2d2b8614d8606d129d9cd9b48890a5d2bec18abe7fcff54818f72bedd3a7d74
languageName: node
linkType: hard

Expand Down Expand Up @@ -27212,12 +27212,12 @@ asn1@evs-broadcast/node-asn1:
linkType: hard

"utf-8-validate@npm:^6.0.4":
version: 6.0.4
resolution: "utf-8-validate@npm:6.0.4"
version: 6.0.5
resolution: "utf-8-validate@npm:6.0.5"
dependencies:
node-gyp: latest
node-gyp-build: ^4.3.0
checksum: ccbfbceeed7cbad62282aed5420236d38006453ce583cf9021ad6225c2d15996a660a3b3bdd2b9344b4d3b5df5673fbaf9e70c3637628a2cd58824089d9d9153
checksum: ab6bd5b0db2241a990a9e1c434a29194900f9f8f715158b56d591306634cdd4f748e91b965d91a32fd459c86b082ec0a35d369bbc4efbb243b48f593c14448e8
languageName: node
linkType: hard

Expand Down

0 comments on commit 7a5dc15

Please sign in to comment.