npm / registry-issue-archive

An archive of the old npm registry issue tracker
https://npm.community
249 stars 47 forks source link

I am getting an error code E418 #343

Closed veeramanx closed 6 years ago

veeramanx commented 6 years ago

npm ERR! code E418 npm ERR! 418 I'm a teapot: @pnp/common@latest

predzme commented 6 years ago

Same issue here using npm install. I'm behind a company proxy. I tried with cntlm and still did not work.

mcgrews3 commented 6 years ago

https://github.com/npm/registry/issues/341

predzme commented 6 years ago

solved the problem by editing the registry to https : npm config set registry https://registry.npmjs.org/

veeramanx commented 6 years ago

@Predzme thanks for the solution. it works

eyvindx commented 6 years ago

thanks, solved with npm config set registry https://registry.npmjs.org/