issues Search Results · repo:nodejs/node-gyp language:Python
Filter by
2k results
(76 ms)2k results
innodejs/node-gyp (press backspace or delete to remove)Hello, I keep getting this error no matter what I do. node-gyp just doesnt identify python executable.
Here are the error logs:
2025-Mar-26 12:03:56.609347
#11 339.9 npm error code 1
2025-Mar-26 12:03:56.609347 ...
digitaldrreamer
- 1
- Opened yesterday
- #3148
I have a problem ~with node-gyp~ while trying to install libxmljs
however after looking at the full log, I m not sure what is the cause of this failure, it s not missing gcc like
mentioned on stackoverflow ...
wrong repo
realyukii
- 1
- Opened 4 days ago
- #3147
The code here cannot be built when I try to build a node addon that defines _UNICODE macro on Windows:
https://github.com/nodejs/node-gyp/blob/ee1d6fd8d83c9dd3eae7df7ec533bb6b39e1a812/src/win_delay_load_hook.cc#L32 ...
vfssoft
- 1
- Opened 7 days ago
- #3146
I don t have a good solution to fix the wasm test right now. I think we should disable it before we have a proper fix.
/cc author of the tests, @toyobayashi I d appreciate it if you could help us fixing ...
Help Wanted
wasm
Windows
cclauss
- 4
- Opened 8 days ago
- #3144
I m working on io_uring support for Windows, and want to use node-gyp to made async fs example with it, the problem is
there is no binding support for c++ 20, this is a really huge blocker, can you consider ...
fzn0x
- 1
- Opened 15 days ago
- #3142
Hello everyone, during the installation of an Angular project on a Linux machine, I encountered an error stating that
g++ was not found. After reading the documentation (README) of node-gyp, I discovered ...
iFederx
- 2
- Opened 20 days ago
- #3141
Summary:
We are encountering a RangeError: Maximum call stack size exceeded in our Node.js application (on production only, not
reproducible on staging/localy) when calling prepareStackTrace Method. This ...
MedKhaldiConfo
- 1
- Opened 22 days ago
- #3140
$ node-gyp -v
v3.8.0
$ sw_vers
ProductName: macOS
ProductVersion: 13.7.4
BuildVersion: 22H420
$ node -v
v23.6.0
$ xcode-select --install
xcode-select: error: command line tools are already installed, ...
gyp: No Xcode or CLT version detected!
node-pre-gyp < v2
tiennou
- 4
- Opened on Feb 20
- #3137
Code :
// n = 1
BIGONETYPE void shiftLeft1( T n )
{
register word w_i, carry = 0;
for ( u32 ii = 0; ii BIGWORDCOUNT( T ); ++ii )
{
w_i = n[ ii ];
n[ ii ] = ( w_i 1 ) | carry; ...
AthallahDzaki
- 2
- Opened on Feb 19
- #3134
A new command-line flag, --use-system-ca, allows Node.js to utilize the trusted Certificate Authority (CA) certificates
from the system store. This enhancement is currently available on macOS and Windows ...
Cecil500
- Opened on Feb 15
- #3131

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.