Skip to content

Commit

Permalink
fix(deps): add node-gyp to dependencies to fix node 14 install error
Browse files Browse the repository at this point in the history
  • Loading branch information
luciancooper committed Nov 4, 2022
1 parent cbeab45 commit 64f8549
Show file tree
Hide file tree
Showing 2 changed files with 465 additions and 4 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"dependencies": {
"@types/node": "*",
"ansi-regex": "^5.0.0",
"node-gyp": "^9.3.0",
"node-pty": "^0.10.1",
"puppeteer": "^10.4.0",
"react": "^17.0.2",
Expand Down
Loading

0 comments on commit 64f8549

Please sign in to comment.