node-progress icon indicating copy to clipboard operation
node-progress copied to clipboard

Invisible progress bar using "npm run"

Open marcuswhybrow opened this issue 9 years ago • 3 comments

A script with a working progress bar, is invisible when ran using npm run script.

I'm running on Windows using Git BASH.

marcuswhybrow avatar Sep 30 '16 16:09 marcuswhybrow

Can you paste a gist of your package file here? I don't really have enough to go on right now :(

thebigredgeek avatar Apr 04 '17 16:04 thebigredgeek

It happens the same to me when I run the program in a Git Bash or in a bash on Red Hat. It works fine on a PowerShell console.

joseluisvl avatar Jun 09 '17 07:06 joseluisvl

im having a similar issue on windows, also with git bash

i have also noticed that if i run it using node myscript.js it shows the progress bar, but if i install my script as a global binary and run it using the bin alias i set up in the package.json, suddenly the progress bar doesnt show

however when i run in powershell or cmd.exe it works fine, regardless of whether its called via node or using the global bin alias