Loupi / node-cypher-parser

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

Support for Carbon MacBook (ARM64) #33

Closed sylvainsf closed 1 year ago

sylvainsf commented 2 years ago

I've already made it work locally, it just requires this change to package.json: "cpu": [ "x64", "arm64" ]

And uploading the arm64 binary to your S3 bucket. As there's no way to include the binary in a PR I thought I'd open this issue instead. I've checked in the binary to my fork, so you can download it there if you like.

sylvainsf commented 2 years ago

arm64/cypher.node

danielgerlag commented 1 year ago

@Loupi ^