Skip to content

Commit

Permalink
Add node-gyp as a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Eriksson committed Sep 7, 2020
1 parent 4a19448 commit 47d541c
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -315,6 +315,11 @@ static Map<String, String> getDefaultDevDependencies() {
// check out https://github.com/babel/babel/issues/11488
defaults.put("chokidar", "^3.4.0");

// macOS: fsevents 1.2.13 install script requirement
// https://github.com/vaadin/flow/issues/8741
// Remove after upgrading to webpack 5
defaults.put("node-gyp", "7.1.0");

return defaults;
}

Expand Down

0 comments on commit 47d541c

Please sign in to comment.