Skip to content
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

Uncaught ReferenceError: define is not defined #58

Closed
lolmaus opened this issue Dec 30, 2014 · 5 comments
Closed

Uncaught ReferenceError: define is not defined #58

lolmaus opened this issue Dec 30, 2014 · 5 comments

Comments

@lolmaus
Copy link
Contributor

lolmaus commented Dec 30, 2014

Hi!

Simply installing Ember Components into my Ember CLI project via npm install --save-dev ember-cli-components results in the following error:

Uncaught ReferenceError: define is not defined
application.js:1 (anonymous function)

During the installation, i have a Bower dependency conflict:

  1. handlebars#>= 1.0.0 < 2.0.0 which resolved to 1.3.0 and is required by ember#1.7.1
  2. handlebars#>= 2.0.0 < 3.0.0 which resolved to 2.0.0 and is required by ember#1.9.1

I choose 1 because i use Ember 1.8.1. I don't know where the Ember 1.9.1 dependency is coming from.

@lolmaus
Copy link
Contributor Author

lolmaus commented Dec 30, 2014

The error is reproducible on a clean Ember CLI boilerplate:

ember new foo
cd foo
npm install --save-dev ember-cli-components
1
ember s

@asaf
Copy link
Contributor

asaf commented Jan 4, 2015

Hello,

Please dont install the whole package,
This project is just an umbrella for all our addons (look at the readme file)

You have an addon now per component!

Thanks

@asaf asaf closed this as completed Jan 4, 2015
@hglattergotz
Copy link

@asaf Thanks for the hint. Just happened to me too because I read this http://indexiatech.github.io/ember-components/#/getstarted

@lolmaus
Copy link
Contributor Author

lolmaus commented Jan 7, 2015

@asaf
Please dont install the whole package,
This project is just an umbrella for all our addons (look at the readme file)


http://indexiatech.github.io/ember-components/#/getstarted
Install the components addon

npm install --save-dev ember-cli-components

Shouldn't you change the obviously misleading docs before closing this issue?

@asaf
Copy link
Contributor

asaf commented Jan 18, 2015

@lolmaus @hglattergotz Sure, I'll wipe it soon and put links to the separated components instead,

Thanks! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants