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
1. `npm list --depth=0 --parseable` was displaying an alert that the
user really can do nothing about:
```
npm ERR! extraneous: [email protected] /usr/src/node-red/node_modules/node-red-node-email/node_modules/libmime
```
Suppress by redirecting stderr to null.
2. Construct command needed to remove blocking nodes and output it as
a hint at the end of the run.
Signed-off-by: Phill Kelley <[email protected]>
0 commit comments