Trouble Deploying
I get this error when trying to deploy. I checked and the package.json files are there. Please help
Run npm run server npm ERR! code ENOENT npm ERR! syscall open npm ERR! path /home/runner/work/Codex/Codex/package.json npm ERR! errno -2 npm ERR! enoent ENOENT: no such file or directory, open '/home/runner/work/Codex/Codex/package.json' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent
npm ERR! A complete log of this run can be found in: npm ERR! /home/runner/.npm/_logs/2023-01-01T21_35_33_998Z-debug-0.log Error: Process completed with exit code 254.
I'm getting the same error and cant seem to find any solutions, lets hope someone has some advice.
Are you in the SERVER directory and Client directory when launching the server and dev site??