nexxtway / react-rainbow-admin

React Rainbow Admin
https://react-rainbow-admin.web.app
MIT License
50 stars 10 forks source link

Can't resolve '.../src/styles/helpers/attachThemeAttrs' #58

Open Gease-RS opened 4 years ago

Gease-RS commented 4 years ago

Greetings!

I want to thank you for sharing your project with the community ... I am getting an error.

First I get Browserslist: caniuse-lite is outdated. Please run next command yarn upgrade caniuse-lite browserslist

Then I get ./node_modules/react-rainbow-components/components/ImportRecordsFlow/stepTwo/styled/dropTitle.js Module not found: Can't resolve '../../../../../src/styles/helpers/attachThemeAttrs' in 'C:\Users\gease\Downloads\react-rainbow-admin\node_modules\react-rainbow-components\components\ImportRecordsFlow\stepTwo\styled'

I tried the commands but was unsuccessful

Can you help me? Thankful!

LeandroTorresSicilia commented 4 years ago

@Gease-RS Thank for using react rainbow This project has an outdated version of react-rainbow-components, you can try with: yarn add react-rainbow-components to get the latest version. Let me know.