Loupi / node-cypher-parser

A Cypher parser/linter addon module for NodeJS.
MIT License
36 stars 9 forks source link

Problems installing dependencies. #19

Open JonatanGarciaClavo opened 3 years ago

JonatanGarciaClavo commented 3 years ago

The node-cypher-parser uses a precompiled binary, which it downloads from aws. https://github.com/Loupi/node-cypher-parser/blob/1b7bb4579a54c1cb7d2185b63d5b21897a05cf27/package.json#L75 node-cypher-parser github.com But the source code for that binary is not the source code in the archive specified in the custom install. So at this point we are not sure how to proceed. Is there a way to get the not precompiled version of it so we can do the custom install that we need for our system?

Regards.