Skip to content
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

5.2.0 Cannot execute on Linux #19

Open
xmedeko opened this issue May 23, 2022 · 4 comments
Open

5.2.0 Cannot execute on Linux #19

xmedeko opened this issue May 23, 2022 · 4 comments

Comments

@xmedeko
Copy link

xmedeko commented May 23, 2022

Error: node_modules/7zip-bin/linux/x64/7za: Permission denied

$ cd node_modules/7zip-bin/linux/x64/
$ ls -l
-rw-rw-r-- 1 auser auser 1457384 May 23 18:15 7za

Maybe the npm package has been built without right permissions? (E.g. on Windows?)

@onikienko
Copy link

Same problem on Mac M1.

@AllenCoder
Copy link

AllenCoder commented Aug 29, 2022

Same problem on Mac x64

@woondossier
Copy link

woondossier commented Sep 1, 2022

Can confirm a chmod +x on the bin fixes the issue, so it's missing executable rights.
Easily fixed by doing git update-index --chmod=+x filename if it's not set right in git.

@simas2275
Copy link

simas2275 commented Nov 18, 2022

Same problem on github actions. Downgraded to 5.1.1v and now everything is working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants