node-js-getting-started icon indicating copy to clipboard operation
node-js-getting-started copied to clipboard

WebRTC "start": "cd src&&node app.js" giving "Application Error" for my deployed app

Open Miltonbhowmick opened this issue 4 years ago • 1 comments

How can i run my project? Its always giving me Application Error whenever i run.

My scripts:

 "scripts": {
"start": "cd src&&node app.js"
  },

Miltonbhowmick avatar Oct 05 '21 06:10 Miltonbhowmick

"scripts": { "start": "cd src&&node app.js" }; I think is this....

Kevn10 avatar Nov 07 '21 04:11 Kevn10