Npm install errors

When I create a new meteor app and then run meteor npm install I get this errors and warnings.

npm ERR! fetch failed https://registry.npmjs.org/pako/-/pako-0.2.9.tgz npm WARN retry will retry, error on last attempt: Error: connect ETIMEDOUT 151.101.28.162:443

I’m not sure what I’m doing wrong

Try connecting a browser to that address. If it fails to download the tgz file, then you have networking problems.
DNS?

1 Like