You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node.js has a bad history of emitting console control characters in non-interactive terminal contexts. This includes npm audit, which does not redirect or pipe correctly. Try npm audit | less for example.
The text was updated successfully, but these errors were encountered:
For npm audit, there's really nothing we can do here as that project is not a part of Node.js core. I believe there are options for npm for disabling styled output.
Node.js has a bad history of emitting console control characters in non-interactive terminal contexts. This includes
npm audit
, which does not redirect or pipe correctly. Trynpm audit | less
for example.The text was updated successfully, but these errors were encountered: