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

Windows pack failure while using "oclif-dev pack" command

Open rthangam opened this issue 4 years ago • 2 comments

I am trying to use oclif-dev pack command to generate standalone tar balls, but i get the following issue when it tries to create tarball for Windows:

oclif-dev: extracting node-v12.16.1-win-x64 Error: Command failed: /bin/sh -c 7z x -bd -y {path}/tmp/node/node-v12.16.1-win-x64.7z > /dev/null Code: 2

Please suggest how to get around this issue ?

rthangam avatar Jul 28 '20 08:07 rthangam

@rthangam Have you ever found a solution to this?

florianbepunkt avatar Jun 02 '21 17:06 florianbepunkt

Yes @florianbepunkt I used npm pack to solve this issue. That runs on all platforms thanks for asking.

rthangam avatar Jun 03 '21 03:06 rthangam