I have a node app which sometimes while developing crashed.
This crash produces something like this:
npm ERR! A complete log of this run can be found in:
it also saves a file called report.nnn.json
this report file contains all my env settings & environment private keys. I've already add it on .gitignore but I really would like to have it generated.
Is is possible to avoid having this file created each time containing all my env variables as plain text?
I run my app with nodemon
like this:
nodemon --watch api -r dotenv/config ./api/app.js
question from:
https://stackoverflow.com/questions/65860090/disable-npm-crash-report 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…