-
Hi,
I am experiencing an unusual error with the latest version 2.2.0. When I try npm i @parcel/watcher I get the following error.
```
gyp: binding.gyp not found (cwd: /Users/myuser/Development/t…
-
When rebuilding a module for Electron 4, the compiles began to fail by saying that `node_api.h` was not found.
It appears that the `~/.node-gyp` folder had a `4.0.0` subfolder for node v4. Electron…
-
After https://github.com/microsoft/vscode-zeromq/issues/30 is completed, I would like the Jupyter extension to ship with only the latest `@vscode/zeromq` if possible in order for the extension to beco…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …
-
Hopefully this is an appropriate place to file this (if not, I am sorry; please redirect me...would it be better in [nodejs/abi-stable-node](https://github.com/nodejs/abi-stable-node)?).
I recently…
-
Related but different from #2695
We have a Go library with JS bindings, see https://github.com/tdewolff/minify/tree/master/bindings/js which builds a Go library (using MingW) to a C archive, then …
-
### Describe the bug
NPM install fails on arm64 linux. I presume it couldn’t find a new prebuilt binary (exciting new feature from @sroussey), and fell back to compiling from scratch, which it can…
-
Since docker api versions before v1.24 are [deprecated](https://docs.docker.com/engine/deprecated/#deprecate-legacy-api-versions). And the support for these version is removed in v26.0. prebuildfy-cro…
-
It would be pretty cool if arm64 linux was a fully supported platform for downloading prebuilt binaries. I'm willing to help make this happen, and have a machine for testing.
CMake already has pre…
-
😎
Not sure how one goes about hooking a c library to javascript.
All the projects in my node_modules that use external c libraries use
https://github.com/nodejs/node-gyp
and there's this th…