mdbootstrap / mdb-react-ui-kit

React 18 & Bootstrap 5 & Material Design 2.0 UI KIT
https://mdbootstrap.com/docs/b5/react/
Other
1.41k stars 264 forks source link

ERROR: Module not found: Error: Can't resolve 'glamor' in #9

Closed FernandoBoza closed 6 years ago

FernandoBoza commented 7 years ago

hey folks, so i downloaded the project from the site and ran npm install & npm start and the server starts up but stops at the err message above

Mac OS Sierra Node v8.9.1 NPM V5.5.1

Any help would be great, can't wait till the PRO version gets released

exanders commented 7 years ago

Hi,

I ran into the same issue, run this command in your app directory:

npm install glamor

And then start it again with npm start

Exa

mattonit commented 6 years ago

Glamor was added as a dependency to MDB React 4.1.0