You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS C:\Users\[me]\source\repos\[project]> npm i @abandonware/noble@1.9.2-24
npm ERR! code 1
npm ERR! path C:\Users\[me]\source\repos\[project]\node_modules\@abandonware\noble
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c node-gyp-build
npm ERR! 'C:\Program' is not recognized as an internal or external command,
npm ERR! operable program or batch file.
npm ERR! A complete log of this run can be found in: C:\Users\[me]\AppData\Local\npm-cache\_logs\2024-05-27T14_05_09_287Z-debug-0.log
PS C:\Users\[me]\source\repos\[project]> npm i @abandonware/noble@1.9.2-25
npm ERR! code 1
npm ERR! path C:\Users\[me]\source\repos\[project]\node_modules\@abandonware\noble
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c node-gyp-build
npm ERR! 'C:\Program' is not recognized as an internal or external command,
npm ERR! operable program or batch file.
npm ERR! A complete log of this run can be found in: C:\Users\[me]\AppData\Local\npm-cache\_logs\2024-05-27T14_05_55_501Z-debug-0.log
However, 1.9.2-23 installs and works (bugs aside) just fine.
The text was updated successfully, but these errors were encountered:
This seems to be related to node-gyp-build and not @abandonware/noble, I had this as well and was fixed by installing node-gyp-build@4.8.0 as a dev dependency.
Refer to this: prebuild/node-gyp-build#71
However, 1.9.2-23 installs and works (bugs aside) just fine.
The text was updated successfully, but these errors were encountered: