-
Notifications
You must be signed in to change notification settings - Fork 2k
Getting a blank page after starting the app for the first time on Windows #1828
Comments
Is this happening with a fresh clone of the latest master branch? Have you added any client-side libraries? Are there additional errors in the browser console? Generally, when I see this happen it's due to one of the client-side libraries not installing. Can you confirm that |
It's weird because those are configured correctly in Master branch. |
Is this just me or is this really an issue?
|
@joshiwawa It's just you -- I cloned the master branch July 19th and it hasn't changed since.. see my profile's "myMeanApp" if you wish |
Works fine for me (on OSX, npm 3 and NodeJS 6): git clone https://github.com/meanjs/mean.git mean-test
cd mean-test
npm install && npm start Travis runs these on Ubuntu Linux, CentOS, OSX and Windows so Maybe check file permissions? What's your Node version? Docs are a bit outdated in that they still instruct using |
Here's my environment
@simison @sabousha , I tried
same result, blank page here's the message in the cli
I can see there's some NPM warning during the npm install phase. |
Warnings look normal, I get those as well (apart from "WARN registry Unexpected warning", I don't get that):
I would next up try with Node v6 and NPM v3. I have Windows in virtual machine so I could dig more into this but would be great if you can help figuring this out. :-) It might be just some package which doesn't work well either with Node 8 (although we do test for that in Travis as well) or Windows. You could also try running |
@simison , thank you for the advice. But I'm afraid Node v6 and NPM v3 doesn't help either, it does, however avoid the "Unexpected Warning" during dependencies installation. My Environment:
|
@sabousha AFAIK Mean.js doesn't depend on Java? |
@josephrace thanks for testing that out! I'm out of ideas for debugging but update us here if you find out something and I might give this a spin on virtualbox if I have more time. Sorry it doesn't work out of the box for you! |
@simison You are probably right. I was trying to find things unique to his environment but I suppose that Java would not be a culprit regardless. |
I followed the instructions from http://meanjs.org/docs.html to get started.
But after I started the app in development mode with gulp, the app was started succesfully
But when I connect to localhost:3000, I get a blank page
From the sniffer, I found out that all the query to modules/* returned 404 Not Found
Is there anything I missed?
The text was updated successfully, but these errors were encountered: