tangledbytes / nodejs-snowflake

Generate time sortable 64 bits unique ids for distributed systems (inspired from twitter snowflake)
https://www.npmjs.com/package/nodejs-snowflake
Apache License 2.0
176 stars 15 forks source link

Precompile Binaries #12

Closed mkadirtan closed 2 years ago

mkadirtan commented 2 years ago

Can you please publish precompiled binaries for arm64. It is not so easy to install with m1. gyp: No Xcode or CLT version detected!

tangledbytes commented 2 years ago

@mkadirtan that's a great suggestion. Will add the precompiled binaries for arm64 soon.

tangledbytes commented 2 years ago

@mkadirtan added the new assets to the release. Kindly close the issue if it solves your issue.

mkadirtan commented 2 years ago

Thank you!