-
Notifications
You must be signed in to change notification settings - Fork 755
Updates Not Reflected & Mongo Errors #127
Comments
You know what I did, as I am lazy, I was using public mongolab.com service db: { works perfect, until you have internet connection! |
Cheers @dimylik , I was able to set up an account on mLab to test with, and that resolves the EADDRINUSE issue after I set a random port, but I still get this in the console:
When I used the mLab account to connect to, that broke all of the styling on the page, and after authenticating with the test credentials, it just rendered a blank page. What I'm really trying to understand though, is if you make a change to something in a Vue component, for example: In the file /client/app/modules/home/index.vue, if I change the line on line 53: to save the index.vue file and refresh the page, nothing from that change is reflected in the page HTML. Why? Is it because of that unhandled async error, or something else. We are really wanting to use this boilerplate for a project, but not being able to modify anything is an obvious blocker. I don't seem to get any errors other than the async error with
Either way, any further help figuring any of this out would be greatly appreciated. |
Hi IceBob,
I went through alot of this today to resolve some dependencies bark messages from Git Bash.
After doing that, I'm still getting errors at the console about deprecated Mongo methods, and a messy error string. I've tried installing and importing mongo-autoinc-plugin, but to no avail, and have also tried changing the Device's startAt to various values, but to no effect. I see these errors whether after an immediate clone, or with my dependency resolution updates.
The main struggle has been finding out how to stop errors so that I can make changes to the boilerplate and have it show up on the page since it seems with these errors it will never fully render changes correctly.
Node: v8.11.4
npm: 5.6.0
Here's my current package.JSON and console output when trying to send npm run start
Console output:
Any assistance here would be greatly appreciated.
The text was updated successfully, but these errors were encountered: