Search code examples
node.jsloggingnpmtext-filesfs

How to write a txt file with the log from the `npm list` command?


npm list logs this:

enter image description here

How can I save that as a txt file?


Solution

  • Works on newer Windows OS and Linux/Mac:

    npm list > logs.txt