Conversation
|
For some reason, the tests assume that node-gyp should exist in node_modules, but that is not the case |
We need to switch the test to construct the path with I did that as a WIP thing at one point in the upstream PR modifying that test, but I didn't commit it for some reason. I was COMPLETELY new to JS then, so I was afraid to make unrelated changes, but it would have been the smart choice in hindsight. We do not need to bump the locked npm version here, it's only a patch level bump and consumers of this module don't get the |
|
|
Upstream removed As long as we use a version range in sync with Edit: putting it in |
|
How is Edit to add: Recall that |
|
|
|
Upstreamed atom#900 |
Description of the change
This updates npm to 6.14.8.
Related: atom-community/atom#102
Verification
The CI passes. npm versions are Node version agnostic, so it will work on Node version without changing the behavior.
Drawbacks
none
Release Notes