Closed sjd78 closed 4 weeks ago
The nodejs os.arch() function uses the name x64 and not amd64 for intel/amd arch.
os.arch()
x64
amd64
See: https://nodejs.org/docs/latest-v20.x/api/os.html#osarch
Thank you @sjd78
Ran into this today also - thanks!
The nodejs
os.arch()
function uses the namex64
and notamd64
for intel/amd arch.See: https://nodejs.org/docs/latest-v20.x/api/os.html#osarch