svanderburg / node2nix

Generate Nix expressions to build NPM packages
MIT License
527 stars 100 forks source link

cache mode is 'only-if-cached' but no cached response is available #327

Open Clives-online opened 8 months ago

Clives-online commented 8 months ago

I saw a previous discussion on the issue. I read through the discussion, but am unable to resolve this.

I am using an off-line installation, so am not able to access: https://registry.npmjs.org/yocto-queue/react

I ran the npm command: npm cache clean -force Then ran the command again: npm install offline The error message reads: npm ERR! code ENOTCACHED npm ERR! request to https://registry.npmjs.org/yocto-queue/react failed: cache mode is 'only-if-cached' but no cached response is available.

I uninstalled and reinstalled npm, but still get the same error?? I would appreciate any assistance.

Thanks Clive