Closed ManuGowda closed 11 months ago
The commander distribution building and publishing should work without errors.
The commander distribution building and publishing steps are failing due to npm prune --production npm ERR! Cannot read property 'match' of undefined
npm prune --production
npm ERR! Cannot read property 'match' of undefined
git clone https://github.com/LiskHQ/lisk-sdk cd lisk-sdk/ git checkout $tag nvm install $(cat .nvmrc) npm install --global yarn yarn; yarn build; cd commander npx oclif-dev pack --targets=linux-x64,darwin-x64
development
Closing this issue for no activity
Expected behavior
The commander distribution building and publishing should work without errors.
Actual behavior
The commander distribution building and publishing steps are failing due to
npm prune --production
npm ERR! Cannot read property 'match' of undefined
Steps to reproduce
Which version(s) does this affect? (Environment, OS, etc...)
development