Zeke Sikelianos
Zeke Sikelianos
Sorry, I don't remember. 🤔
> fancy techniques we know to detect if fiddle is running and launch it The only one I've ever been able to think of is having fiddle run a server...
Very interesting. How did you arrive at `four seconds`?
I just bumped into this today. Here's how I'm working around it for now on a private repo: ```js const got = require('got') const { headers } = await got('https://api.github.com/repos/github/some-private-repo/tarball',...
I'm having this issue with 0.3.6 too: ``` ❯ time ied install jus [==============================] 99.93%/usr/local/lib/node_modules/ied/lib/install_cmd.js:65 if (err) throw err ^ Error: getaddrinfo ENOTFOUND registry.npmjs.org registry.npmjs.org:443 at errnoException (dns.js:27:10) at GetAddrInfoReqWrap.onlookup...
@alexanderGugel here's the output I'm getting with `NODE_DEBUG=fetch`: ``` ❯ ied -v ied version 0.4.3 ❯ node -v v5.3.0 ❯ NODE_DEBUG=fetch ied install jus FETCH 82265: fetching 8d62c1640b52d802c4442e8aaa1df67129bd91c3 from cache...
> Working on an alternative implementation is not inherently threatening - their business model does not revolve around usage of their CLI. :point_up: As long as you follow these guidelines,...
How about `nom`? There's an [extant npm package](https://www.npmjs.com/package/nom) but it looks like it might be abandonware. Maybe @MatthewMueller would be willing to let it go.
``` ❯ package-size --version 1.1.1 ```
Fair enough.. I just typed the first module name that came to mind. Maybe a more helpful error message would be good here.. something like "This doesn't appear to be...