manifoldxyz / royalty-registry-client

39 stars 28 forks source link

Don't gitignore yarn.lock and add note in README that Node v14 is required #1

Closed shoenseiwaso closed 3 years ago

shoenseiwaso commented 3 years ago

This PR originally attempted to upgrade node-sass to the latest v6 to work around an incompatibility with Node v16, but due to an embedded dependency conflict with yarn serve, we have reverted that and instead add a node to use Node v14. In addition, don't gitignore yarn.lock for more reproducible builds.