stencil-community / stencil-app-starter

Minimal starter project for building web components with Stencil
https://github.com/ionic-team/stencil
MIT License
320 stars 102 forks source link

Component tag "my-name" is defined in a bundle but no matching component was found with this tag within this project or its collections. #3

Closed rashnk closed 7 years ago

rashnk commented 7 years ago
build, dev mode, started ...
[21:25:29]  compile started ...
[21:25:30]  compile finished in 479 ms
[21:25:30]  bundle started ...
[21:25:30]  bundle styles started ...
[21:25:30]  bundle modules started ...
[21:25:30]  bundle styles finished in 291 ms
[21:25:30]  bundle modules finished in 318 ms
[21:25:30]  bundle, done in 321 ms
[ ERROR  ]  Component tag "my-name" is defined in a bundle but no matching
            component was found with this tag within this project or its
            collections.
[ ERROR  ]  Unable to find component "my-name" in available config and
            collection.
[ WARN   ]  Generated an empty bundle
[21:25:30]  build ready, watching files... in 865 ms
adamdbradley commented 7 years ago

I just updated the stencil dependency, should be good to go now, thanks!

rashnk commented 7 years ago

thank u, no more error now, i see 'my name i stencil in output', waiting for the updates