insin / nwb

A toolkit for React, Preact, Inferno & vanilla JS apps, React libraries and other npm modules for the web, with no configuration (until you need it)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terminal clearing so fast it is impossible to see nwb generated messages

tnrich opened this issue · comments

Hey @insin ,

I'm finding that starting my nwb app I'm seeing a flash of comments:

image

which rapidly get covered up by the terminal clearing:

image

I had to record the terminal just to get those screenshots.

Any thoughts on this?
Thanks!

If you want to view the config report separately, you can run nwb check-config.

To disable clearing the console you can pass a --no-clear flag, like nwb serve --no-clear when running nwb directly or npm start -- --no-clear when running via a package manager.