Pedro Rojas

Results 2 comments of Pedro Rojas

I ran into the same issue. I fixed it by modifying my package.json file. Change `"scripts": { "start": "DEBUG=index node index.js",` For ` "scripts": { "start": "set DEBUG=index & node...

Did you figure it out? I am having the same error.