found 0 vulnerabilities student@STUSD1044 backend1 % npm start npm ERR! missing script: start code example
Example: npm ERR! missing script: start
"scripts": {
"start": "node app.js"
},
"scripts": {
"start": "node app.js"
},