Open tikistuna opened 6 years ago
@tikisgamo10 I had to redo the npm install before it works. Have you tried 'cloning' straight from repo, and starting the whole process of npm install? Here's summary of steps I used for the first time I set it up. Some of it might be redundant:
npm install
brew update (assuming you have brew and rumming latest macOS)
brew install mongodb
brew services start mongodb (to start up the mongo db everytime)
npm start
I started from scratch, cloned the repo, did npm install, started mongoldb and npm start. Got the same error.
Since I cannot replicate what you are seeing on my side, we'll have to get more info. What computer/platform/etc you are using? Can you do it again and add some screenshots?
Can you start up this mern starter? https://github.com/Hashnode/mern-starter
I have it running on Windows 10. Both the Bears-Team-9 and Hashnode version. What is your OS?
@tikisgamo10 I haven't heard from you in a long time? What is the status regarding this issue?
Mern starter was running fine before, now that I pulled the latest changes it won't run. 'DevTools.instrument is not a function.' is the error. I tried importing DevTools instead of requiring it (per Stack Overflow sol'n) but React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: object. Check the render method of
App
shows instead. Ideas?