pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lang/npm accesses network while building?



Hi!

I got the following error when building lang/npm:

===> Building for npm-8.15.1
node bin/npm-cli.js run resetdeps

> npm@8.15.1 resetdeps
> bash scripts/resetdeps.sh

+ node . i --ignore-scripts --no-audit --no-fund
npm ERR! code EHOSTUNREACH
npm ERR! syscall connect
npm ERR! errno EHOSTUNREACH
npm ERR! request to https://registry.npmjs.org/tap/-/tap-16.3.0.tgz
failed, reason: connect EHOSTUNREACH 2606:4700::6810:1623:443 - Local
(:::62966)

npm ERR! A complete log of this run can be found in:
npm ERR!     /usr/obj/pkgsrc/lang/npm/work/.home/.npm/_logs/2022-11-27T07_58_29_489Z-debug-0.log
gmake: *** [Makefile:53: deps] Error 1
*** Error code 2

Should it be doing that? Access registry.npmjs.org, that is? Or am I
missing something?

-- 
Benny


Home | Main Index | Thread Index | Old Index