-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Error after npm i
TypeError: Cannot read property 'type' of undefined
#67
Comments
Hello there, @johnandblue , Thank you for your interest in working with our products and also, thank you for following our rules of opening a new issue. Let me know if that was the issue. Best, |
Hi @einazare, I changed the node version but didn't work. Here is an screenshot with some more detail on the error I'm getting on the browser: |
Hello again, @johnandblue , This is actually an error from the react-scripts package, here is the link to the mentioned issue: facebook/create-react-app#7753 Best, |
Now works like a charm! definitely saving exact made the trick. |
Version
material kit react 1.8.0
Reproduction link
https://github.com/johnandblue/material-kit-react
Operating System
node 12.2.0
Device
Mac OSX
Browser & Version
Any
Steps to reproduce
Clone the material kit react from
https://github.com/creativetimofficial/material-kit-react
run
npm i
ornpm run install:clean
run
npm start
What is expected?
render the route
/
page using the component located in:/src/views/Components/Components.js
What is actually happening?
Getting this error:
Solution
Additional comments
The text was updated successfully, but these errors were encountered: