chingu-voyage5 / Bears-Team-9

Reffub: The Buffer Clone | Voyage-5 | chingu.io
MIT License
0 stars 1 forks source link

App won't run #23

Open tikistuna opened 6 years ago

tikistuna commented 6 years ago

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?

pkshreeman commented 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
tikistuna commented 6 years ago

I started from scratch, cloned the repo, did npm install, started mongoldb and npm start. Got the same error.

pkshreeman commented 6 years ago

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?

pkshreeman commented 6 years ago

Can you start up this mern starter? https://github.com/Hashnode/mern-starter

mtrivera commented 6 years ago

I have it running on Windows 10. Both the Bears-Team-9 and Hashnode version. What is your OS?

pkshreeman commented 6 years ago

@tikisgamo10 I haven't heard from you in a long time? What is the status regarding this issue?