We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks for awesome work, I use the winston too and just cannot get node inspect to work. I'm using nodemon:
winston
export NODE_ENV=development && nodemon --inspect --exec babel-node src-node/trade
/node_modules/.bin/nodemon --version 2.0.2 node --version v12.6.0 /node_modules/.bin/babel-node --version 7.7.7
The text was updated successfully, but these errors were encountered:
Do you have a gist or demo code that you used?
Sorry, something went wrong.
No branches or pull requests
Thanks for awesome work, I use the
winston
too and just cannot get node inspect to work. I'm using nodemon:The text was updated successfully, but these errors were encountered: