DEV Community

Nuxt.js Debugging for WebStorm

Fernando Alvarez on March 30, 2019

The very first recorded computer bug (The Next Web) Did you ever try to debug a problem using only console logs? did your head hurt before and aft...
Collapse
 
petedermott profile image
Pete Dermott

Thanks for this.

Probably a dumb question, but why are there two package.json snippets? I've tried using both but neither work!

Collapse
 
igorpopryadukhin profile image
Igor

В моём случае нужно было добавить --debug

"dev": "cross-env NODE_ENV=development nodemon --inspect --debug server/index.js --watch server",