We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right after cloning the project and running npm install, the readme states that I should be able to execute npx @uniswap/deploy-v3 ...
npm install
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 ...
sh: deploy-v3: command not found
yarn start --pk ...
I guess I missed some operations between npm install and npx @uniswap/deploy-v3 ... which maybe are not documented
The text was updated successfully, but these errors were encountered:
I have the same problem
Sorry, something went wrong.
No branches or pull requests
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 install
andnpx @uniswap/deploy-v3 ...
which maybe are not documentedThe text was updated successfully, but these errors were encountered: