-
Notifications
You must be signed in to change notification settings - Fork 37
Nothing showing up in browser when i start the application #135
Comments
Weird, I totally thought I replied to this via email. Anyway, it's entirely possible that a dependency isn't at the correct version, or bower install did not happen. Try grabbing master (I just fixed this sorta stuff the other day because I needed it running again) and reinstalling. If it doesn't work, make sure bower install happens and completes, then run gulp. |
What version of npm are you using? I saw npm@4 might break postinstall, I Try running postinstall manually, or better try running bower install On Sat, Oct 22, 2016, 02:19 vaMuchenje [email protected] wrote:
|
I installed gulp using:
npm install gulp -g
I already had npm installed.
I cloned your repo, switched into the folder and ran
sudo npm install
followed by
gulp
and got the following output
Checked the UI console on localhost:3001 and it's up and running.
Then went to localhost:8000
The page is blank. Like nothing.
I did a view source and this is what it is bringing up:
https://paste.ee/p/np8m2 (source code)
I am probably missing something, no idea what. I got a few warnging when i ran npm install and they are:
Any ideas???
The text was updated successfully, but these errors were encountered: