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

build: node: Pin node-gyp==^9.4.1 #858

Merged
merged 1 commit into from
Nov 22, 2023
Merged

build: node: Pin node-gyp==^9.4.1 #858

merged 1 commit into from
Nov 22, 2023

Conversation

Jongy
Copy link
Contributor

@Jongy Jongy commented Nov 22, 2023

node-gyp 10.x.x was released recently, and our build started failing with this error:

16.93 gyp ERR! configure error
16.93 gyp ERR! stack TypeError: Cannot read property 'pipeline' of undefined

Pinning to 9.x.x helps.

I saw it asked online - https://stackoverflow.com/questions/77401392/unable-to-install-node-using-nvm - but no response so far 🤷

node-gyp 10.x.x was released recently, and our build started failing with this error:

	16.93 gyp ERR! configure error
	16.93 gyp ERR! stack TypeError: Cannot read property 'pipeline' of undefined

Pinning to 9.x.x helps.
@Jongy Jongy added the build Image/executable build label Nov 22, 2023
@Jongy Jongy requested a review from michelhe November 22, 2023 19:58
@Jongy Jongy merged commit a3b8606 into master Nov 22, 2023
28 checks passed
@Jongy Jongy deleted the fix-node-build branch November 22, 2023 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Image/executable build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants