Weirdly, it's working again. Same version of npm, same version of node.
If this happens again, I'll remove the cache of node_modules and app/node_modules and insist that npm grabs it fresh every time. Will increase the build time a little bit, but it's not a huge deal if we can make builds more reliable.
Weirdly, it's working again. Same version of npm, same version of node.
If this happens again, I'll remove the cache of
node_modules
andapp/node_modules
and insist that npm grabs it fresh every time. Will increase the build time a little bit, but it's not a huge deal if we can make builds more reliable.