Jason
Jason
I'm getting a similar error trying to deploy an application with Elastic Beanstalk using `x509` v0.3.2 with `node v8.1.4 (npm v5.0.3)`: ``` Application deployment failed at 2017-09-25T16:04:21Z with exit status...
@Botffy Yup, agreed. After digging pretty deep into the EB deploy script, it appears to be running `npm install` as `root` and then switching to a different user context to...
Heard back from AWS support and it sounds like this is actually an NPM 5 regression. Here are some relevant issues: - https://github.com/npm/npm/issues/17906 - https://github.com/npm/npm/issues/17346 For now, using the `unsafe-perm`...
@nickretallack @ilyanoskov - @int128's `watch` script mostly works for me. I forked it and slightly changed how the webpack config is mutated to avoid a bunch of temp files getting...
I'd second @nickretallack that for me, it's dev/production parity. If I need to do some work and then construct index.html server-side (to inject state onto the page, set a cookie,...