Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Nothing showing up in browser #139

Open
rbenzaquen opened this issue Jan 29, 2017 · 8 comments
Open

Nothing showing up in browser #139

rbenzaquen opened this issue Jan 29, 2017 · 8 comments

Comments

@rbenzaquen
Copy link

Installed with no problems but when I start the APP browser get JS errors.

[15:33:40] Finished 'build:lib' after 9.48 μs
[15:33:41] Finished 'compile:jade' after 6.78 s
[15:33:43] Finished 'eslint' after 7.93 s
[15:33:43] Starting 'compile:js'...
[15:33:46] Finished 'compile:js' after 3.3 s
[15:33:46] Starting 'compile:all'...
[15:33:46] Finished 'compile:all' after 4.52 μs
[15:33:46] Starting 'build:all'...
[15:33:46] Finished 'build:all' after 7.66 μs
[15:33:46] Starting 'connect'...
[15:33:46] Finished 'connect' after 10 ms
[15:33:46] Starting 'default'...
[15:33:46] Finished 'default' after 7.93 μs
[BS] Access URLs:

   Local: http://localhost:8000
External: http://30.30.30.116:8000

      UI: http://localhost:3001

UI External: http://30.30.30.116:3001

[BS] Serving files from: ./dist

From the BROWSER JS CONSOLE:

Uncaught Error: [$injector:modulerr] http://errors.angularjs.org/1.4.7/$injector/modulerr?p0=openchallenge&p1=Er…at%20zc%20(http%3A%2F%2F190.57.229.241%3A8000%2Fjs%2Flib.min.js%3A20%3A274)
at lib.min.js:6
at lib.min.js:38
at m (lib.min.js:7)
at h (lib.min.js:37)
at fb (lib.min.js:41)
at d (lib.min.js:19)
at zc (lib.min.js:20)
at Zd (lib.min.js:19)
at lib.min.js:293
at HTMLDocument.a (lib.min.js:174)
(anonymous) @ lib.min.js:6
(anonymous) @ lib.min.js:38
m @ lib.min.js:7
h @ lib.min.js:37
fb @ lib.min.js:41
d @ lib.min.js:19
zc @ lib.min.js:20
Zd @ lib.min.js:19
(anonymous) @ lib.min.js:293
a @ lib.min.js:174
c @ lib.min.js:35

@seiyria
Copy link
Owner

seiyria commented Jan 29, 2017

This is due to a dependency version not matching something elses version. Looking at the dep list I see that angular/material has probably had significant updates that might break it. Possibly, try getting the specific version listed in the package.json. If that doesn't work, it could be something else, but I wouldn't be sure what as I haven't worked with angular1 in a long time.

@rbenzaquen
Copy link
Author

Using [email protected]

@seiyria
Copy link
Owner

seiyria commented Jan 29, 2017

You should probably also upgrade to npm 3.x. I don't know if that will change anything, but it might.

@rbenzaquen
Copy link
Author

Thanks, I reinstalled using angular-material 1.0.5 and NPM3 still in the same page.

@seiyria
Copy link
Owner

seiyria commented Jan 29, 2017

in that case, sorry, but I couldn't be too sure. angular1's error reporting is pretty bad, as it doesn't like to share specific errors.

@rbenzaquen
Copy link
Author

Ok, not a problem. you did a nice tool!! congrats, hope I can find the issue to use it. If not, using it on your page will work to run a small tournament at the office ?

@seiyria
Copy link
Owner

seiyria commented Jan 29, 2017

Yes, the website will continue to work. I don't update it frequently (if I did, I would be rewriting it), so you should be good to go.

@rbenzaquen
Copy link
Author

Great, maybe you can put it in a docker container on the future.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants