Can't Install Package
Fosol opened this issue · 1 comments
Fosol commented
npm install react-spinner
fail to find the package
Error = Not Found - GET https://registry.npmjs.org/@types%2freact-spinners - Not found
yarn add react-spinner
fail to find the package.
Error = An unexpected error occurred: "https://registry.yarnpkg.com/@types%2freact-spinners: Not found
To Reproduce
Steps to reproduce the behavior:
Node Version: v16.10.0
NPM Version: 7.24.0
Yarn Version: 1.22.5
- Try to install the package for a typescript project
- See error
Expected behavior
Should install
davidhu2000 commented
looks like you have a typo in the install?
- npm install react-spinner
+ npm install react-spinners
also, this package supply it's own types so no need to install @type package