`npm install pouchdb` is extremely slow
Open
- Dominant language
- JavaScript
- Stars
- 17.6k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description
I have a high-end computer and an internet connection with very fast download speeds. However, the following command consistently takes **19 seconds** to run in my computer:
```shell
time npm install pouchdb
```
By contrast, other packages (even non-trivial ones) install in about 1 second. The difference makes me concerned, as I don't see an inherent reason `pouchdb` should be quite this comparatively heavy to install.
### Issue
Write the description of the issue here
### Info
- Environment: `npm` 10.8.2
- Platform: macOS 14.6.1
- Adapter: N/A
- Server: N/A
Contributor guide
Assessment
This issue has not been assessed yet.