ericwbailey / empathy-prompts

💡 Ideas to help consider Inclusive Design principles when making things for others to use.
https://empathyprompts.net/
MIT License
194 stars 14 forks source link

Update dependencies that break build for newish Node versions #12

Closed esjay closed 5 years ago

esjay commented 5 years ago

While Node >= v12 will still fail on install, Node >= 8 <=11 will fail on build due to the way some dependencies interact with V8's API (which has changed in recent versions). This PR resolves that scenario.