Skip to content
This repository has been archived by the owner on Jul 6, 2019. It is now read-only.

npx suffers from teapot error #203

Open
btmurrell opened this issue Aug 2, 2018 · 1 comment
Open

npx suffers from teapot error #203

btmurrell opened this issue Aug 2, 2018 · 1 comment

Comments

@btmurrell
Copy link

the not-funny error from npm which reports "I'm a teapot" when run behind a proxy firewall is affecting npx. See the fixed issue for npm.

$ npx gulp
npm ERR! code E418
npm ERR! 418 I'm a teapot: gulp@latest

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/fubar/.npm/_logs/2018-08-02T21_45_53_438Z-debug.log
Install for gulp@latest failed with code 1

$ npx -v
6.2.0
$ npm -v
6.2.0
$ node -v
v10.8.0
$ uname -a
Darwin fubar 17.5.0 Darwin Kernel Version 17.5.0: Mon Mar  5 22:24:32 PST 2018; root:xnu-4570.51.1~1/RELEASE_X86_64 x86_64

can npx be updated with the npm fix? TIA.

@zkat
Copy link
Owner

zkat commented Aug 13, 2018

The fix was server-side. And npx just calls out to npm for this work. Not sure why this is happening for you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants