BDPluginLibrary icon indicating copy to clipboard operation
BDPluginLibrary copied to clipboard

Fix executable bit of zpl.js

Open bepvte opened this issue 3 years ago • 1 comments

On linux, zpl.js isnt executable.

$ npm exec zpl
sh: 1: zpl: Permission denied

bepvte avatar Sep 30 '22 18:09 bepvte

npm exec zpl
/usr/bin/env: ‘node\r’: No such file or directory

It looks like you published it with crlf endings. You could use the .gitattributes file I put, or just change your git settings.

bepvte avatar Sep 30 '22 19:09 bepvte