Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure npm 8 installs peer dependencies automatically
As of npm 8, peer dependencies are not installed automatically, similar to how pnpm works. To ensure the installation and usage works out of the box, the legacy-peer-deps setting is now locally activated via the .npmrc config
- Loading branch information