Having trouble uploading game to poki

I really want to upload my game to poki but I am having so much trouble. Im not even getting past the first step where I need to do something in bash to connect my game to the poki sdk. If someone could tell me how to do this that would be so great. whenever I try bash gives me so many warnings or if I use the yarn bash gives me errors.

npm WARN saveError ENOENT: no such file or directory, open ‘/Users/fahdsiddiqui/Bilal/helloworld/2_player_battlez/package.json’
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN enoent ENOENT: no such file or directory, open ‘/Users/fahdsiddiqui/Bilal/helloworld/2_player_battlez/package.json’
npm WARN flag@5.0.1 requires a peer of react@^18 but none is installed. You must install peer dependencies yourself.
npm WARN 2_player_battlez No description
npm WARN 2_player_battlez No repository field.
npm WARN 2_player_battlez No README data
npm WARN 2_player_battlez No license field.

this is what bash tells me

my version of bash is 6.5.0

i also now have this random package-lock.json file in my games files

What command did you type in that gave the error? Which instructions are you following?

I was following the instructions poki gave me, and I now realized that the problem was something that was exclusive to my terminal, it was on the wrong directory.