hpeinar / stardewplanner

Stardew Valley farm planner
Apache License 2.0
243 stars 51 forks source link

upgrading libxmljs to work with higher versions of node #75

Closed ChrisTague1 closed 1 year ago

ChrisTague1 commented 1 year ago

Fixes this issue

The older version of libxmljs pulls in a node-gyp thing that contains a precompiled binary. The newer version of this library fixes this issue.

Also adds a start script for local development.