@uniswap/deploy-v3 package not found in NPM registry
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 131
- Forks
- 143
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by checking the documented npx @uniswap/deploy-v3 installation command and the package's npm publication configuration. Compare that path with the repository's index file and verify that the documented installation works without cloning the repository.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100