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

Broken installation by using ember-cli-components #64

Closed
zekefast opened this issue Jan 25, 2015 · 8 comments
Closed

Broken installation by using ember-cli-components #64

zekefast opened this issue Jan 25, 2015 · 8 comments

Comments

@zekefast
Copy link

As far as I understand to get bootstrap stylies I need to install ember-components and such parts as ember-forms are optional and depends on the project requirements.

When I followed manual here and installed ember components as ember-cli addon and then run build I got follow errors:

$ ember s
version: 0.1.7
Could not find watchman, falling back to NodeWatcher for file system events
Livereload server on port 35729
Serving on http://0.0.0.0:4200/
Path or pattern "vendor/ember-components/vendor/ic-styled/main.js" did not match any files
Error: Path or pattern "vendor/ember-components/vendor/ic-styled/main.js" did not match any files
    at Object.multiGlob (/frontend/node_modules/ember-cli/node_modules/broccoli-sourcemap-concat/node_modules/broccoli-kitchen-sink-helpers/index.js:202:13)
    at Class.module.exports.CachingWriter.extend.addFiles (/frontend/node_modules/ember-cli/node_modules/broccoli-sourcemap-concat/concat-with-maps.js:74:13)
    at Class.module.exports.CachingWriter.extend.updateCache (/frontend/node_modules/ember-cli/node_modules/broccoli-sourcemap-concat/concat-with-maps.js:52:12)
    at /frontend/node_modules/ember-cli/node_modules/broccoli-sourcemap-concat/node_modules/broccoli-caching-writer/index.js:92:34
    at $$$internal$$tryCatch (/frontend/node_modules/ember-cli/node_modules/broccoli-sourcemap-concat/node_modules/rsvp/dist/rsvp.js:490:16)
    at $$$internal$$invokeCallback (/frontend/node_modules/ember-cli/node_modules/broccoli-sourcemap-concat/node_modules/rsvp/dist/rsvp.js:502:17)
    at $$$internal$$publish (/frontend/node_modules/ember-cli/node_modules/broccoli-sourcemap-concat/node_modules/rsvp/dist/rsvp.js:473:11)
    at Object.$$rsvp$asap$$flush [as _onImmediate] (/frontend/node_modules/ember-cli/node_modules/broccoli-sourcemap-concat/node_modules/rsvp/dist/rsvp.js:1581:9)
    at processImmediate [as _immediateCallback] (timers.js:354:15)

Package versions used:

  • ember-cli-components: 0.2.0
  • ember-components: 0.2.0
  • ember: 1.9.1
  • handlebars: 2.0.0
  • ember-cli: 0.1.7
  • node: 0.10.35
  • npm: 2.1.8
  • OS: Debian GNU/Linux (jessy)
@zekefast zekefast changed the title Broken installation Broken installation by using ember-cli-components Jan 25, 2015
@csprocket777
Copy link

Apparently the "proper way" is to install individual components.
#62

@zekefast
Copy link
Author

zekefast commented Feb 4, 2015

Thanks. There are so many outdated articles in the net, so it is a bit tricky to find out what the latest the most proper way to install things.

@asaf
Copy link
Contributor

asaf commented Feb 24, 2015

@zekefast It's specifically mentioned in the README file to use the individual components :)

Thanks.

@asaf asaf closed this as completed Feb 24, 2015
@umdstu
Copy link

umdstu commented Jul 6, 2015

@zekefast It also specifically mentions to install ember-components:

With ember-cli: npm install --save ember-cli-components

So perhaps the README should be a little more verbose, or at least not break the app when installing only the ember-components module?

@zekefast
Copy link
Author

@umdstu I decided do not use ember-components at all. Thanks for the help!

@shantilal-narola
Copy link

shantilal-narola commented May 31, 2017

@zekefast, What did you end up using? Ive wasted hours today implementing this and then http://indexiatech.github.io/ember-idx-wysiwyg/#/gettingstarted and no luck

I get an error trying the later and logs for same are

screen shot 2017-05-31 at 3 23 52 pm

Can you please help me figure it out? I might just end up creating an git issue for it. I'm naive to ember and any guidance will be appreciated. Thanks

@umdstu
Copy link

umdstu commented May 31, 2017 via email

@zekefast
Copy link
Author

@zekefast, What did you end up using?

@shantilal-narola, I wrote my own components mostly.

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

5 participants