digidem / comapeo-desktop

GNU General Public License v3.0
2 stars 0 forks source link

chore: renegenate lockfile to potentially fix optional native dep issues #24

Closed achou11 closed 2 months ago

achou11 commented 2 months ago

there seem to be some issues with trying to getting things working locally on an arm-based macOS machine after #18 . Main culprit seems to be related to an npm issue that doesn't properly include all of the optional native binaries in the lockfile. this PR regenerates the lockfile, which seems to be the suggestion of rollup (not actually sure, since it was from Cindy's logs). based on the changes in the lockfile, doing this might also resolve any potential issues with other similar modules that are affected by the bug.

usually not ideal to do this as it can result in unexpected (although valid) changes to transitive deps, but okay with that since it's still early on.