Hi there,
I noticed that the default installation command for @uniswap/deploy-v3 is currently broken. When running npx @uniswap/deploy-v3, I encountered the following error:
npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/@uniswap%2fdeploy-v3 - Not found npm ERR! 404 npm ERR! 404 '@uniswap/deploy-v3@latest' is not in this registry. npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url.
I've managed to get the package to run by cloning the repo and running the index file. But the current docs are pretty misleading.