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
Dunno if I'm just misunderstanding how Flatpak works.
Trying to use GitHub desktop with a project that runs some verification hooks using Husky. It fails, because it can't find the programs.
A solution would be to have access to the node sdk and use a path to make it search the binaries there. Tried to do that but the SDK doesn't appear in the internal filesystem. Is that something that it must be done from here or there's something I'm not doing right?
The text was updated successfully, but these errors were encountered:
there's a issue with how node etc is accessed outside flatpaks, and how git hooks work, we probably need to get a change upstream in git to allow hooks to be overridden so we can pass paths of things like nodes etc
Dunno if I'm just misunderstanding how Flatpak works.
Trying to use GitHub desktop with a project that runs some verification hooks using Husky. It fails, because it can't find the programs.
A solution would be to have access to the node sdk and use a path to make it search the binaries there. Tried to do that but the SDK doesn't appear in the internal filesystem. Is that something that it must be done from here or there's something I'm not doing right?
The text was updated successfully, but these errors were encountered: