react-styleguidist
react-styleguidist copied to clipboard
Deprecation warnings when doing 'npm install react-styleguidist'
I am getting deprecation warnings when I try to install this package.
NOTE: - React version - 17.0.2, react-styleguidist version - 11.2.0
I have figured out below packages are showing deprecation warnings on install
- Source-map-resolve
- chokidar
- querystring
- Source-map-url
- urix
- Resolve-url
Here are the deprecation messages:
npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated [email protected]: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated [email protected]: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
How can I remove these warnings ?