pinojs / pino-pretty

🌲Basic prettifier for Pino log lines
MIT License
1.27k stars 150 forks source link

Not working under nodejs14? #322

Closed mararrdeveloper closed 2 years ago

mararrdeveloper commented 2 years ago

Hi there,

On my PC pino-pretty is not printing anything in the terminal. I've used it before in another project under nodejs10 and it worked smoothly. Is it possible nodejs14 is not supported yet?

image

mcollina commented 2 years ago

Are you using powershell? Looks like a duplicate of https://github.com/pinojs/pino-pretty/issues/173.

mararrdeveloper commented 2 years ago

No, I've used the old terminal. Also using the programmatic approach results in the same problem (log not printed)

simoneb commented 2 years ago

@mararrdeveloper try double quotes

simoneb commented 2 years ago

image