Skip to content

Commit ed7b1ba

Browse files
authored
Don't bundle node-pre-gyp (#5520)
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)
1 parent d4e7b3d commit ed7b1ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
"mkdirp",
6363
"nan",
6464
"node-cmake",
65-
"node-pre-gyp",
6665
"rimraf"
6766
],
6867
"main": "lib/index.js",

0 commit comments

Comments
 (0)