Skip to content

Commit

Permalink
Don't bundle node-pre-gyp (#5520)
Browse files Browse the repository at this point in the history
Bundling node-pre-gyp was only needed for node v4 and earlier.

Remove it to avoid errors like:

> npm ERR! enoent ENOENT: no such file or directory, rename '/home/circleci/project/node_modules/node_or_tools/node_modules/abbrev' -> '/home/circleci/project/node_modules/node_or_tools/node_modules/.abbrev.DELETE'

More context: mapbox/node-pre-gyp#260 (comment)
  • Loading branch information
springmeyer committed Jan 27, 2021
1 parent d4e7b3d commit ed7b1ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
"mkdirp",
"nan",
"node-cmake",
"node-pre-gyp",
"rimraf"
],
"main": "lib/index.js",
Expand Down

0 comments on commit ed7b1ba

Please sign in to comment.