reactjs / react-tabs

An accessible and easy tab component for ReactJS.

Home Page:https://reactcommunity.org/react-tabs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't install with yarn: Couldn't find package

saletrak opened this issue Β· comments

Hey, I tried to install this package, but i got a error after yarn add react-tabs. That's the output:

> $ yarn add react-tabs
yarn add v1.10.1
[1/4] πŸ”  Resolving packages...
error Couldn't find package "form_components-data@~2.3.2" required by "request@^2.88.0" on the "npm" registry.
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

I suggest you take another look at the error message; react-tabs doesn't use either of those packages directly or indirectly, so the error is definitely coming from somewhere else.