BTMorton/dice_roller

https://modulus.io/

Closed this issue · 3 comments

Can you get the "additional logging output above"? It looks like pegjs isn't installing correctly, which is causing it not to build.

error.txt
just for reference

This is due to you using the --production flag during npm install. pegjs is listed as a dev dependency which I'm not going to change, as if this ever gets published, it won't be necessary to download pegjs as well. I'll add || exit 0 to the postinstall task which should prevent npm from dying if it can't run it.