maxlath / wikibase-cli

read and edit a Wikibase instance from the command line
MIT License
223 stars 24 forks source link

wikibase-cli 17.0.0 build issue #178

Closed chenrui333 closed 11 months ago

chenrui333 commented 11 months ago

👋 trying to build the latest release, but run into some build issue. The error log is as below:

error build log ``` ==> /home/linuxbrew/.linuxbrew/Cellar/wikibase-cli/17.0.0/bin/wd label Q5 --lang en /home/linuxbrew/.linuxbrew/Cellar/wikibase-cli/17.0.0/libexec/lib/node_modules/wikibase-cli/node_modules/commander/index.js:925 throw new Error(executableMissing); ^ Error: 'wd-label' does not exist - if 'label' is not meant to be an executable command, remove description parameter from '.command()' and use '.description()' instead - if the default executable name is not suitable, use the executableFile option to supply a custom name at ChildProcess. (/home/linuxbrew/.linuxbrew/Cellar/wikibase-cli/17.0.0/libexec/lib/node_modules/wikibase-cli/node_modules/commander/index.js:925:15) at ChildProcess.emit (node:events:[51](https://github.com/Homebrew/homebrew-core/actions/runs/5581607149/jobs/10199977796?pr=136851#step:4:52)2:28) at ChildProcess._handle.onexit (node:internal/child_process:291:12) at onErrorNT (node:internal/child_process:483:16) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) ```

full build log, https://github.com/Homebrew/homebrew-core/actions/runs/5581607149/jobs/10199977796?pr=136851 relates to Homebrew/homebrew-core#136851

maxlath commented 11 months ago

Thanks for reporting, this should now have been fixed with fa07c6b, published in v17.0.1

chenrui333 commented 11 months ago

17.0.1 works for me, thanks @maxlath!