Couldn't find a package.json file

Hello, when I run " yarn start" from the terminal, I keep getting an error that says “couldn’t find a package.json file”. Does anyone know how to solve this issue?

where are you running that yarn start? in what project?

I’m using Visual Studio Code to create the “Open Sea” clone

you could ask this question in this thread: Cloning OpenSea NFT Boilerplate Questions

are you sure that you are in the right directory
it the code is the one from here: https://github.com/ethereum-boilerplate/ethereum-nft-marketplace-boilerplate
then it looks like it has a package.jon
yarn install worked fine?

thank you. I’ll try the links you sent me.