-
Notifications
You must be signed in to change notification settings - Fork 37
Nothing showing up in browser #139
Comments
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. |
Using [email protected] |
You should probably also upgrade to npm 3.x. I don't know if that will change anything, but it might. |
Thanks, I reinstalled using angular-material 1.0.5 and NPM3 still in the same page. |
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. |
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 ? |
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. |
Great, maybe you can put it in a docker container on the future. |
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:
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
The text was updated successfully, but these errors were encountered: