prompt missing after a recent npm update
See original GitHub issueThe prompt is missing after invoking those commands, both in bash & zsh:
$ npm -g i david@7.0.2
$ david
This is happening on OS X 10.11.5 in Terminal.app.
This is related to the new progress bar in npm 3.10.x. If I revert the internal david npm copy to the latest 3.9, it works fine. With npm 3.10 internally the only way to get the prompt back is to invoke some npm command that shows the new progress bar like npm install
.
I’d report an issue to npm but npm itself cleans up after its own commands just fine… So I’m not sure if it’s an npm issue or is david interacting with it in a weird way.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top Results From Across the Web
npm start missing script: start - Stack Overflow
In this case, you have the error: "npm ERR! missing script: start" ... This means you need to add a script in the...
Read more >npm-update
This command will update all the packages listed to the latest version ... all packages in the specified location (global or local) will...
Read more >[BUG] npm install will randomly hang forever and cannot be ...
When running npm install it will sometimes hang at a random point. When it does this, it is stuck forever. CTRL+C will do...
Read more >npm command not found | Career Karma
In the “System Variables” box, search for Path and edit it to include the path C:\Program Files\nodejs. If you don't see it there...
Read more >How To Use Node.js Modules with npm and package.json
You will then use it to keep track of all the modules you install in your project. Finally, you will list your package...
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 FreeTop 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
Top GitHub Comments
In david 10.1.0 I don’t see a progress bar and, therefore, the cursor no longer disappears. Was that an intended change or did sth change accidentally?
Indeed, fixed. I’m on Ubuntu 16.04 and using David from xterm terminal. No longer disappearing cursors. The 9.x.x and 10.1.0 versions have same dependencies, so I would guess it’s the new code that fixed this.