dmk99 / react-pdf-table

Storybook Available
https://dmk99.github.io/react-pdf-table
MIT License
152 stars 62 forks source link

Add yarn support #31

Closed vikumDheemantha closed 3 years ago

vikumDheemantha commented 3 years ago

The current version is not working with yarn and even windows installing command with escape character is not working (But it can be installed through the first command). It would be great if you enhance this to support yarn install since create-react-app uses yarn as the default package manager.

cwstra commented 3 years ago

I successfully installed it with yarn on windows today by putting the package name in quotes in powershell: yarn add "@david.kucsai/react-pdf-table"