-
Notifications
You must be signed in to change notification settings - Fork 36
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
Avoid the direct dependency to node-gyp
since it's bundled with npm
#403
Conversation
Pull Request images published ✨ Editor: quay.io/che-incubator-pull-requests/che-code:pr-403-amd64 |
2 similar comments
Pull Request images published ✨ Editor: quay.io/che-incubator-pull-requests/che-code:pr-403-amd64 |
Pull Request images published ✨ Editor: quay.io/che-incubator-pull-requests/che-code:pr-403-amd64 |
Signed-off-by: Artem Zatsarynnyi <azatsary@redhat.com>
1618b36
to
f607559
Compare
Pull Request images published ✨ Editor: quay.io/che-incubator-pull-requests/che-code:pr-403-amd64 |
1 similar comment
Pull Request images published ✨ Editor: quay.io/che-incubator-pull-requests/che-code:pr-403-amd64 |
node-gyp
since it's bundled with npm
Build 3.17 :: code_3.x/1472: Console, Changes, Git Data |
Build 3.17 :: code_3.x/1472: Upstream sync done; No sync or Brew build |
What does this PR do?
We used to directly depend on
node-gyp
because it was removed fromnpm
in npm/cli#6554.Since
node-gyp
is part ofnpm
again (see npm/cli#6932), there's no need to keep having a direct dependency and maintaining the version up to date.More technical details: npm/cli#6554 (comment)
What issues does this PR fix?
related to redhat-developer/devspaces-images#627
How to test this PR?
See the passed PR status checks.
Does this PR contain changes that override default upstream Code-OSS behavior?
git rebase
were added to the .rebase folder