I have two folders in my notepal folder app, client and serverside which houses their separate package.json files. But I get these errors when I try to deploy them:
Aug 25 04:49:57 PM npm ERR! code ENOENT
Aug 25 04:49:57 PM npm ERR! syscall open
Aug 25 04:49:57 PM npm ERR! path /opt/render/project/src/package.json
Aug 25 04:49:57 PM npm ERR! errno -2
Aug 25 04:49:57 PM npm ERR! enoent ENOENT: no such file or directory, open ‘/opt/render/project/src/package.json’
Aug 25 04:49:57 PM npm ERR! enoent This is related to npm not being able to find a file.
Aug 25 04:49:57 PM npm ERR! enoent
Aug 25 04:49:57 PM
Aug 25 04:49:57 PM npm ERR! A complete log of this run can be found in:
Aug 25 04:49:57 PM npm ERR! /opt/render/.cache/_logs/2023-08-25T15_49_57_840Z-debug.log
Aug 25 04:49:57 PM ==> Build failed
Please this is my first time of using render, so I just followed instructions from a youtube video.
Thanks.