/opt/watcher/app-types/utils.sh: line 66: sleep: No such file or directory
/opt/watcher/app-types/utils.sh: line 49: wc: No such file or directory
/opt/watcher/app-types/utils.sh: line 49: ps: No such file or directory
/opt/watcher/app-types/utils.sh: line 28: date: No such file or directory
Today while trying to install some dependencies this appeared and I don’t know how to fix it, some replies to older posts says that I hvae to set a start command on package.json but my bot was working yesterday and it is there
I deleted the dependencies and rewinded the changes I did today cuz nothing worked as I expected
{
"name": "apocalyptic-chaos-bot",
"version": "1.4.0",
"description": "A discord bot used to run the game \"Apocalyptic Chaos\"",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.17.1",
"discord.js": "^12.5.0"
},
"engines": {
"node": "12.x"
},
"repository": {
"url": "https://6e13cf9c-bf1e-4b6b-8f4f-19fba03670a3@api.glitch.com/git/apocalyptic-chaos-bot"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}