Bring down number of dependencies from > 1500
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 95
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
When executing `npm install -g @adobe/aio-cli` with a freshly installed node it downloads **1526**(!) dependencies.
```
+ @adobe/aio-cli@6.0.0
added 1526 packages from 800 contributors in 401.306s
```
This is insane and takes a lot of time. Please try to bring down the number of (transitive) dependencies down considerably.
Contributor guide
Assessment
This issue has not been assessed yet.