yarn start
But It shows
yarn start
arn run v1.22.10
arning ......\package.json: No license field
node index.js
{
"name": "mernbookingapp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "Shakil",
"license": "MIT",
"private": true,
"dependencies": {
"express": "^4.18.1"
}
}