Bootstrap not working

Hello all!

I’ve installed bootstrap via this project:

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

With this command: npm install --save-dev ember-cli-components

and I am getting this error: The Broccoli Plugin: [BroccoliMergeTrees: TreeMerger (vendor)] failed with: Error: ENOENT: no such file or directory, lstat ‘node_modules/ember-cli-components/node_modules’ at Error (native) at Object.fs.lstatSync (fs.js:839:18)

Any ideas as to what is going on?

Uninstall using npm and re install using

ember install [addon name]

See ember cli guide for details

1 Like