My Project is not starting

Project Name: predys

I write “enable-pnpm” and take this error:
/usr/bin/pnpm: line 27: /opt/nvm/versions/node/v10/bin/pnpm: No such file or directory
11:39 PM

and when write “npm start” take this error:
/opt/watcher/app-types/node/start.sh: line 51: node: command not found
11:39 PM

my package.json
{
“name”: “predys”,
“version”: “1.0.0”,
“description”: “predys”,
“main”: “predys-bot.js”,
“scripts”: {
“start”: “node predys-bot.js”
},
“keywords”: [
“Predys”
],
“author”: “Swôth#9990”,
“license”: “Apache-2.0”,
“dependencies”: {
“body-parser”: “^1.19.0”,
“discord.js”: “^12.5.1”,
“ejs”: “^3.1.5”,
“express”: “^4.17.1”,
“express-session”: “^1.17.1”,
“fs”: “^0.0.1-security”,
“request”: “^2.88.2”,
“passport”: “^0.4.1”,
“passport-discord”: “^0.1.4”,
“path”: “^0.12.7”,
“quick.db”: “^7.1.3”
}
}

3 posts were merged into an existing topic: Projects temporarily not loading