C:\Program Files\nodejs\npm.cmd run-script debug npm ERR! missing script: debugIt seems I'm missing a debug script from NPM? There isnt one in package.json, only a "debuglog" shows up as a bundle dependency. Does anyone have any idea how I can fix this?
Thanks