fabric8io / fabric8-console

Angular 1.x console for fabric8
28 stars 27 forks source link

codemirror regression on minishift #250

Closed jstrachan closed 7 years ago

jstrachan commented 7 years ago

if you create a project then navigate to Source you get:

libs.js:71238ReferenceError: CodeMirror is not defined
    at http://192.168.64.176:30175/libs-9850d5e6.js:57:5880
    at Object.i [as createEditorSettings] (http://192.168.64.176:30175/libs-9850d5e6.js:57:6226)
    at new <anonymous> (http://192.168.64.176:30175/app-4be1b5bd.js:5:19824)
    at Object.a [as invoke] (http://192.168.64.176:30175/libs-9850d5e6.js:26:20491)
    at c.instance (http://192.168.64.176:30175/libs-9850d5e6.js:27:14848)
    at h (http://192.168.64.176:30175/libs-9850d5e6.js:27:1695)
    at a (http://192.168.64.176:30175/libs-9850d5e6.js:26:30229)
    at http://192.168.64.176:30175/libs-9850d5e6.js:26:29760
    at Object.link (http://192.168.64.176:30175/libs-9850d5e6.js:40:12271)
    at http://192.168.64.176:30175/libs-9850d5e6.js:26:4899 <div class="row kubernetes-view ng-scope" ng-view="">
gashcrumb commented 7 years ago

Something's up with the codemirror dependency, I've locked it at 5.17.0 for now, will need to do some further investigation and ultimately fix it in hawtio-ui.

jstrachan commented 7 years ago

@gashcrumb many thanks!!!