Open Fishrock123 opened 5 years ago
AFAIK it doesn't seem to be that. This error is referring to code in liblice that works and exists. It walks the node_modules
on disk rather than doing network requests, so my guess is that something in your node_modules
at the location specified in the path
of that error output (last line) is tripping up that functionality.
For reference, it doesn't currently seem like detect-libc
is in the dep tree:
$ npm ls detect-libc
delice@1.0.2 /Users/cyren/GitHub/delice
βββ (empty)
Would you be able to share whatever is in your node_modules/.bin/detect-libc
and β if at all possible β how that's introduced?
node_modules/.bin/detect-libc
is ENOENT
. It does not exist.
The project I am running this on certainly does not need to detect libc
and neither should delice
.
$ npm ls detect-libc
ncm-cli@1.3.4 /Users/Jeremiah/Documents/nodesource/ncm-cli
βββ (empty)
You can try it on that repository if you'd like. https://github.com/nodesource/ncm-cli
FWIW this should be fixed in liblice@3.0.0 which just shipped. Need to update delice still, but hoping to do that soonish :)
Looks like some dependency this module needs is unmet? Maybe?