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.