superfly / fly

Deploy app servers close to your users. Package your app as a Docker image, and launch it in 17 cities with one simple CLI.
https://fly.io
985 stars 48 forks source link

Speed up npm install #215

Closed mrkurt closed 5 years ago

mrkurt commented 5 years ago

Installing @fly/fly is crazy slow, mostly because isolated-vm, sqlite and sharp all have to build native extensions. This should be faster, I think we can precompile isolated-vm for various architectures for example and save ourselves a lot of headache.

michaeldwan commented 5 years ago

Done!