HarveyD / react-component-library

A project skeleton to get your very own React Component Library up and running using Rollup, Typescript, SASS + Storybook
https://blog.harveydelaney.com/creating-your-own-react-component-library/
MIT License
790 stars 167 forks source link

colors dev-dependency missing #54

Open DominicF96 opened 2 years ago

DominicF96 commented 2 years ago

Simply running npm i --save-dev colors will fix the issue.

keremciu commented 2 years ago

yep had the same issue