-
Notifications
You must be signed in to change notification settings - Fork 7
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
Install breaks tabs... #1
Comments
My Brocfile.js looks like this: var EmberApp = require('ember-cli/lib/broccoli/ember-app'); var app = new EmberApp(); //app.import('node_modules/ember-radio-button/app/components/radio-button.js'); var bootstrapTree = // Use module.exports = mergeTrees([app.toTree(),bootstrapTree]); |
Just wondering would this help at all? Thanks |
Hello,
I have ember-idx-tabs installed and am very happy with it.
So I decided to install the list as well.
I did the:
npm install --save-dev ember-idx-list
And did an ember build.
Now I get an error immediately in the app:
Uncaught TypeError: undefined is not a function
on
initializers/idx-tabs.js:13
The problem goes away when I npm uninstall idx-list
ember version info:
version: 0.1.2
node: 0.10.24
npm: 2.1.3
I have installed ember-addons.bs_for_ember. And am using bits from that...
Should I have done that?
Thanks
The text was updated successfully, but these errors were encountered: