Granulate / gprofiler

gProfiler is a system-wide profiler, combining multiple sampling profilers to produce unified visualization of what your CPU is spending time on.
https://profiler.granulate.io
Apache License 2.0
741 stars 54 forks source link

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

Closed Jongy closed 7 months ago

Jongy commented 7 months ago

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 🤷