Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't bundle node-pre-gyp #5520

Merged
merged 2 commits into from
Jan 27, 2021
Merged

Don't bundle node-pre-gyp #5520

merged 2 commits into from
Jan 27, 2021

Conversation

springmeyer
Copy link
Contributor

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)

springmeyer and others added 2 commits August 22, 2019 15:52
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)
@danpat danpat merged commit ed7b1ba into master Jan 27, 2021
@DennisOSRM DennisOSRM deleted the springmeyer-patch-1 branch November 6, 2022 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants