Invisible progress bar using "npm run"
A script with a working progress bar, is invisible when ran using npm run script.
I'm running on Windows using Git BASH.
Can you paste a gist of your package file here? I don't really have enough to go on right now :(
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.
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