componentjs / component

frontend package manager and build tool for modular web applications
https://github.com/componentjs/guide
MIT License
4.55k stars 306 forks source link

component open troubleshooting doesn't exist #607

Closed sk7 closed 9 years ago

sk7 commented 9 years ago

I just saw that 1.0.0 was released! Thanks for all the work that went into this.

I'm now trying to migrate our codebase from 0.19.9 to 1.0.0.

When I run component build I get:

       fatal : no remote found for dependency "swatinem/scrollbars@0.0.1". run `component open troubleshooting` for help.

So I tried component open troubleshooting and got this:

  component-open(1) does not exist

  Usage: component <command> [options]

 [...]
timaschew commented 9 years ago

Oh thanks, component open was removed, see here https://github.com/componentjs/component/pull/578

I'll update the message and link to http://component.github.io/troubleshooting

BTW: I can install the dependency without any problems if I run: component install swatinem/scrollbars@0.0.1 even component install swatinem/scrollbars works fine.

Did you installed component properly? Try this component --version If it's correct, please show your component.json file(s)

timaschew commented 9 years ago

fixed in https://github.com/componentjs/resolver.js/commit/0ce1775cd84bd37b23938ba751d8116695dc23ac

just reinstall component via npm

sk7 commented 9 years ago

ah perfect, thanks! component is installed fine, but component validate already shows some issues with my component.json, so i'll try to fix them