Brian Beck
Brian Beck
Are you running the same version of npm locally that is on Netlify? The most useful info would be both versions of npm. btw, if you have the luxury of...
Hi @josephrth, it looks like a network or SSL issue with npm (most likely not one that `postinstall-build` is causing, but let's find out). I checked out these issues on...
Thanks for the report! npm v5 definitely has issues with `postinstall-build` at the moment; I haven't done enough testing to find all of its failure modes yet. I'll do some...
@bdefore Thanks a ton for the bug report and repro! I spent a while debugging and have come up with a few fixes & suggestions. 1. The first is a...
@bdefore Thanks a ton for the updates! I'll be working on this today. There are also some potential issues with support for local-folder deps in npm@5, so I'm hoping to...
@killtheliterate Thanks for the info! Could you post your `package.json` as well? Also just making sure: do you have your `.babelrc` (or wherever the config comes from) ignored by npm...
@killtheliterate Awesome. I'm still going to look at this since it should work. Just be aware that `prepare` might not work yet for other folks using older npm or Yarn.
Great to know that 5.4.1 is a solution, I haven't had time to look into this yet. I'd like to support as many npm versions as possible so it's still...
Good question! I started a TypeScript rewrite a while back, but ran into trouble representing something in the type system and it came to a halt. I think things might...
An interesting comment here: https://bugs.webkit.org/show_bug.cgi?id=46987 > Yeah, we purposely round the font sizes so that we get a higher hit rate in our various caches.