Open xmedeko opened 2 years ago
Same problem on Mac M1.
Same problem on Mac x64
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.
Same problem on github actions. Downgraded to 5.1.1v and now everything is working
Error:
node_modules/7zip-bin/linux/x64/7za: Permission denied
Maybe the npm package has been built without right permissions? (E.g. on Windows?)