webpackbar icon indicating copy to clipboard operation
webpackbar copied to clipboard

Doesn't show anything. Docs are not clear about default usage.

Open ghost opened this issue 5 years ago • 7 comments

Version

v3.0.0

Reproduction link

https://codesandbox.io/

Steps to reproduce

My version is 4. It is not listed in options. I am on windows and i setup as poor ass docs says. Nothing show on console.

What is expected ?

It doesn't show "fancy" bars.

What is actually happening?

Says compiling and done as Basic mode.

Additional comments?

This bug report is available on Nuxt community (#c43)

ghost avatar Dec 23 '19 10:12 ghost

tenor

max-scopp avatar Jan 28 '20 11:01 max-scopp

I agree, documentation is sketchy at best.

ciprianpratia avatar Mar 30 '20 10:03 ciprianpratia

Basic fallback happens when no TTY is available this is not a bug. Need more info like console being in use or at least screenshot to even give any hint.

pi0 avatar Mar 30 '20 18:03 pi0

It does work only on new Windows Terminal! Not on git-shell or conemu.

ghost avatar Apr 24 '20 11:04 ghost

Would love to implement this in a PR for nuxt (to show progress during route generation) - but it is unclear exactly how

simplenotezy avatar Apr 29 '20 21:04 simplenotezy

It does work only on new Windows Terminal! Not on git-shell or conemu.

yes!yes!yes!

mianmalife avatar Jun 09 '21 15:06 mianmalife

I've been through a similar situation. In conclusion, when there was JENKINS_URL in the environment variable, logs were not displayed. The cause is that if there is JENKINS_URL in std-env, it is determined that it is a CI environment. https://github.com/unjs/std-env/blob/main/src/providers.ts#L77

It seems that the log is not output because consola is not using FancyReporter. https://github.com/unjs/consola/blob/main/src/index.ts#L27

(It may only happen with newer versions of nuxt, not webpackbar alone.)

serialine avatar Jun 14 '23 08:06 serialine