-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v5 is not working with SNAP #63
Comments
of course this error is, that you cannot use |
that line would work like this: const writeFileOptions = {mode: 0o0600, chown: false}; actually it is still not work, as if it is |
I think this could be fixed by switching to use https://github.com/fabiospampinato/atomically |
The linked issue has been closed (npm/write-file-atomic#49) and this issue can likely be closed too. |
When I revert to configstore v4 and install on SNAP it works 100%.
With v5 it tries to chown a file, that is not permitted on SNAP.
The text was updated successfully, but these errors were encountered: