Skip to content

Commit

Permalink
build(yarn): use node-gyp@^9.0.0 version resolution to allow M1 Macs …
Browse files Browse the repository at this point in the history
…to install

- caused by the `microtime` dependency used by `broadcast-channel` package, used in @dpopp/app
-
`microtime` does not build for M1 Mac architecture, and also does not have an available pre-built
for M1 Mac
- one fix is to force use of a later version of node-gyp (v9.0.0)
  • Loading branch information
shavinac committed May 17, 2022
1 parent 162313b commit 645996d
Show file tree
Hide file tree
Showing 2 changed files with 189 additions and 112 deletions.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -57,6 +57,7 @@
"resolutions": {
"csstype": "3.0.10",
"**/@types/react": "17.0.2",
"leveldown": "6.1.1"
"leveldown": "6.1.1",
"node-gyp": "^9.0.0"
}
}

0 comments on commit 645996d

Please sign in to comment.