Installing it with yarn leads to a crash on it's initial run
See original GitHub issueHappens on the first run.
TypeError: program.prompt is not a function
at Object.ask (/Users/furkantunali/.config/yarn/global/node_modules/cmd-jira/lib/auth.js:48:25)
at Object.setConfig (/Users/furkantunali/.config/yarn/global/node_modules/cmd-jira/lib/auth.js:68:22)
at Command.<anonymous> (/Users/furkantunali/.config/yarn/global/node_modules/cmd-jira/bin/jira.js:48:18)
at Command.listener (/Users/furkantunali/.config/yarn/global/node_modules/commander/index.js:315:8)
at Command.emit (events.js:182:13)
at Command.parseArgs (/Users/furkantunali/.config/yarn/global/node_modules/commander/index.js:651:12)
at Command.parse (/Users/furkantunali/.config/yarn/global/node_modules/commander/index.js:474:21)
at /Users/furkantunali/.config/yarn/global/node_modules/cmd-jira/bin/jira.js:404:13
at Object.execCb (/Users/furkantunali/.config/yarn/global/node_modules/requirejs/bin/r.js:1941:33)
at Module.check (/Users/furkantunali/.config/yarn/global/node_modules/requirejs/bin/r.js:1116:51)```
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
yarn global package crashes the cmd window #1601 - GitHub
First, uninstall angular-cli using npm by running npm uninstall angular-cli -g; Go to the folder where nodejs is installed and remove there ...
Read more >Error Codes | Yarn - Package Manager
In order to solve this problem, try running yarn install again on your computer without the --immutable flag, then commit the changes if...
Read more >How to have yarn fail on yarn install when package.json and ...
Install all the dependencies listed within package. json in the local node_modules folder.
Read more >Troubleshooting - Puppeteer
The most common cause is a bug in Node.js v14.0.0 which broke extract-zip , the module Puppeteer uses to extract browser downloads into...
Read more >Troubleshooting | Cypress Documentation
If you're having an issue during installation of Cypress, try removing the contents of the Cypress cache. This will clear out all installed...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@palashkulsh still the same issue here. I can work on it with you if you want 😃
no problem @HeadFox , glad it works now : )