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

Avoid the direct dependency to node-gyp since it's bundled with npm #627

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

azatsarynnyy
Copy link
Member

https://issues.redhat.com/browse/CRW-6575

We used to directly depend on node-gyp because it was removed from npm in npm/cli#6554.
Since node-gyp is part of npm 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)

@azatsarynnyy
Copy link
Member Author

The changes are verified on brew from the private-branch on pkgs.devel
https://main-jenkins-csb-crwqe.apps.ocp-c1.prod.psi.redhat.com/job/DS_CI/job/get-sources-rhpkg-container-build_3.x/7675/

Copy link
Collaborator

@SDawley SDawley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@azatsarynnyy azatsarynnyy merged commit a6c29c2 into devspaces-3-rhel-8 Sep 9, 2024
@azatsarynnyy azatsarynnyy deleted the node-gyp branch September 9, 2024 06:51
@azatsarynnyy
Copy link
Member Author

@SDawley, thanks for looking at it!

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