You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 9, 2018. It is now read-only.
When i run the example and visit localhost:3000 I get the following output in the console :
daslicht:weather daslicht$ node server.js
Listening on port 3000
/Users/daslicht/DEV/node/angular/angularjs-server/node_modules/angularcontext/node_modules/jsdom/lib/jsdom/level1/core.js:662
Array.prototype.splice.call(this._childNodes, oldChildIndex, 1);
^
TypeError: Cannot set property length of [object Object] which has only a getter
at core.Node.removeChild (/Users/daslicht/DEV/node/angular/angularjs-server/node_modules/angularcontext/node_modules/jsdom/lib/jsdom/level1/core.js:662:28)
at null.<anonymous> (/Users/daslicht/DEV/node/angular/angularjs-server/node_modules/angularcontext/node_modules/jsdom/lib/jsdom/level2/events.js:370:17)
at proto.(anonymous function) [as removeChild] (/Users/daslicht/DEV/node/angular/angularjs-server/node_modules/angularcontext/node_modules/jsdom/lib/jsdom/utils.js:23:26)
at null.innerHTML (/Users/daslicht/DEV/node/angular/angularjs-server/node_modules/angularcontext/node_modules/jsdom/lib/jsdom/browser/index.js:465:12)
at createFrom.close (/Users/daslicht/DEV/node/angular/angularjs-server/node_modules/angularcontext/node_modules/jsdom/lib/jsdom/browser/index.js:160:40)
at Object.dispose (/Users/daslicht/DEV/node/angular/angularjs-server/node_modules/angularcontext/lib/main.js:233:20)
at /Users/daslicht/DEV/node/angular/angularjs-server/lib/main.js:28:29
at runSources (/Users/daslicht/DEV/node/angular/angularjs-server/node_modules/angularcontext/lib/main.js:55:21)
at /Users/daslicht/DEV/node/angular/angularjs-server/node_modules/angularcontext/lib/main.js:76:21
at fs.js:334:14
daslicht:weather daslicht$
When i run the example and visit localhost:3000 I get the following output in the console :