Dan Peterson
Results
2
comments of
Dan Peterson
Ran in to the same thing here and after poking around the root problem seemed to be PhantomJS. I noticed NPM was installing a 1x version of PhantomJS as a...
Another option if you're between a rock and a hard place is to monkey patch it on post install: `"postinstall": "mv src/minify_html.js node_modules/sapper/dist/minify_html.js"`