nft-tutorial-frontend icon indicating copy to clipboard operation
nft-tutorial-frontend copied to clipboard

README says to use 'yarn deploy', but all scripts in package.json use npm

Open tabdon opened this issue 3 years ago • 0 comments

I tried to follow the README and the project deploy failed. Upon inspecting the package.json, the scripts start with 'npm.

I deleted yarn.lock and node_modules, and then did:

$ npm i

$ npm run deploy

That worked (mostly). The Github pages step still failed. I think there's a problem with the config with github pages.

tabdon avatar Nov 05 '22 05:11 tabdon