I tried to deploy this node.js app but I have this error message.
I tried and push it on my github repo. But still has this error. I don’t understand. Someone can help me please ? What should I put in Build script ?
Here my package.json file :
{
“name”: “chatroom-server”,
“version”: “1.0.0”,
“description”: “”,
“main”: “server.js”,
“scripts”: {
“start”: “node server.js”,
“build”: “netlify-lambda build express”
},
“engines”: {
“node”:“12.19.0”
},
“keywords”: ,
“author”: “”,
“license”: “ISC”,
“dependencies”: {
“body-parser”: “^1.19.0”,
“compression”: “^1.7.4”,
“express”: “^4.17.1”,
“helmet”: “^4.2.0”,
“socket.io”: “^2.3.0”
}
}