You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 6, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
can npx be updated with the npm fix? TIA.
The text was updated successfully, but these errors were encountered: