Right after cloning the project and running npm install, the readme states that I should be able to execute npx @uniswap/deploy-v3 ...
I get this error instead sh: deploy-v3: command not found, and I was able to deploy UniswapV3 with the following command: yarn start --pk ...
I guess I missed some operations between npm install and npx @uniswap/deploy-v3 ... which maybe are not documented
Right after cloning the project and running
npm install, the readme states that I should be able to executenpx @uniswap/deploy-v3 ...I get this error instead
sh: deploy-v3: command not found, and I was able to deploy UniswapV3 with the following command:yarn start --pk ...I guess I missed some operations between
npm installandnpx @uniswap/deploy-v3 ...which maybe are not documented