stellasia / neomap

A Neo4j Desktop application to visualize nodes with geographic attributes on a map.
GNU General Public License v3.0
106 stars 13 forks source link

Bitrot and nvm use lts/fermium #108

Open gl-yziquel opened 10 months ago

gl-yziquel commented 10 months ago

Seems like the code has suffered from bitrot. The execution of npm install complains about the package-lock.json having been generated by an old version. Executing nvm use lts/fermium seems to partially solve that issue: it does not complain about package-lock.jsonhaving been generated by some old version.

The command npm install howevers fails with other errors, somewhat non-deterministically.