mboinet / ttrss-mobile

A mobile webapp for Tiny Tiny RSS
GNU Affero General Public License v3.0
189 stars 28 forks source link

ReferenceError: window is not defined #65

Closed schneidr closed 10 years ago

schneidr commented 10 years ago

When I try to run ttrss-mobile 1.0 I get this error message:

$ node main.js

/opt/ttrss-mobile/scripts/main.js:133
.amd&&define.amd.jQuery&&define("jquery",[],function(){return b})})(window),fu
                                                                    ^
ReferenceError: window is not defined
    at Object.<anonymous> (/opt/ttrss-mobile/scripts/main.js:133:93106)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Function.Module.runMain (module.js:497:10)
    at startup (node.js:119:16)
    at node.js:901:3
mboinet commented 10 years ago

Sorry but I put the project on hold, I can't dedicate time to work on this.