window is not defined error
node_modules/ember/rsvp.js:215
})(window.RSVP = {});
^
ReferenceError: window is not defined
at .../node_modules/ember/rsvp.js:215:5
at Object.
I think updating Ember would be sufficient as this is an RSVP issue which has already been fixed. Nevertheless, this is not yet packaged in an official Ember build, but available only in master... :-/
I've got the same error (pointed on the views module) while trying the contacts sample :+1:
node server.js
module.js:340
throw err;
^
Error: Cannot find module 'window'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:362:17)
at require (module.js:378:17)
at Object.
I'm getting this issue as well. Any chance of an update?
make an npm install in your root and in examples/contacts