-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempting to install latest Ember as a node package is failling #12573
Comments
None of the available versions are actually working. index.js
Results in: ReferenceError: window is not defined
at /Users/pro/Workbench/Centrica/sandbox/ember-node/node_modules/ember/rsvp.js:215:5
at Object.<anonymous> (/Users/pro/Workbench/Centrica/sandbox/ember-node/node_modules/ember/rsvp.js:217:3)
at Module._compile (module.js:434:26)
at Object.Module._extensions..js (module.js:452:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.<anonymous> (/Users/pro/Workbench/Centrica/sandbox/ember-node/node_modules/ember/runtime.js:6:1)
at Module._compile (module.js:434:26) with version and SyntaxError: Setter must have exactly one formal parameter.
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:413:25)
at Object.Module._extensions..js (module.js:452:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.<anonymous> (/Users/pro/Workbench/Centrica/sandbox/ember-node/node_modules/ember/node_modules/window/node_modules/jsdom/lib/jsdom/level2/core.js:1:94)
at Module._compile (module.js:434:26)
at Object.Module._extensions..js (module.js:452:10) with version |
Sorry for the confusion. |
@stefanpenner is there a PR or RFC I can follow for this? |
It is likely we will reserve the ember package for something else
cc @ef4 i think you mentioned this, do you by anychance of the required cycles ? |
@stefanpenner thanks |
Please track this at #13022. |
Only the following versions are available from npm:
The text was updated successfully, but these errors were encountered: