dev-cli icon indicating copy to clipboard operation
dev-cli copied to clipboard

shasum is not a given on Linux

Open sevaa opened this issue 4 years ago • 2 comments

Dev-cli, being a Node.js package, can't have OS level dependencies. Consider using a purely node based alternative for hashing.

sevaa avatar Apr 12 '21 12:04 sevaa

at least there is a workaround. But agree that this should be solved by a npm package

yum install -y perl-Digest-SHA

pharindoko avatar Aug 26 '21 11:08 pharindoko

another system dependency I found using the command

npx oclif-dev pack 

is 7zip

pharindoko avatar Aug 26 '21 11:08 pharindoko