Bobandy
Persistent 'Permission Denied' Error with 'serve' Command During App Deployment
https://discord.com/channels/713503345364697088/1146906516604067951/1146906516604067951 it was this post that helped me solve my issue
16 replies
Persistent 'Permission Denied' Error with 'serve' Command During App Deployment
{
"name": "client",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"start": "serve -s build",
"serve": "serve -s build -l 8080"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/body-parser": "^1.19.5",
"browser-sync": "^2.29.3",
"http-server": "^14.1.1",
"npm-run-all": "^4.1.5",
"typescript": "^5.2.2"
},
"dependencies": {
"body-parser": "^1.20.2",
"serve": "^14.2.1"
}
}
16 replies