Unable to detect compiler type
in deno install --allow-scripts
for npm:cpu-features
#28776
Labels
upstream
Changes in upstream are required to solve these issues
Hey!
I'm trying to use
deno
to replacenode
/npm
at work, coming across a bunch of annoying hurdles like needing todeno install --global -A npm:node-gyp
.Currently, when I run
deno install --allow-scripts
, I am getting this error:Looking at the build requirements,
npm:cpu-features
clearly requiresnode
: https://github.com/mscdex/cpu-features?tab=readme-ov-file#requirementsCan this be 'patched' on
deno
s side? Or should I open an issue on thecpu-features
side?Thanks
The text was updated successfully, but these errors were encountered: