You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to use this package in yarn pnp. Since the package by default stores the database in the package itself, and in Yarn , the package is packed into a ZipFS file, we are passing the db storage location.
We are trying to use this package in yarn pnp. Since the package by default stores the database in the package itself, and in Yarn , the package is packed into a ZipFS file, we are passing the db storage location.
But we are still facing the following error
I've traced down the error to https://github.com/GitSquared/node-geolite2-redist/blob/master/src/auto-updater.ts#L28. Why are we cleaning up the default path? Can we add a check here to not try to delete in case the default path is a read only path?
The text was updated successfully, but these errors were encountered: