ionic-team / ionic-stencil-hn-app

Ionic Stencil HackerNews App
https://corehacker-10883.firebaseapp.com/
MIT License
103 stars 15 forks source link

Component tag not matching any component in app when running npm start, serve, dev. #21

Open lorand93 opened 6 years ago

lorand93 commented 6 years ago

Details of the errors are below. Maybe until things settle down a bit these dependencies should be fixed versions

  "dependencies": {
    "@ionic/core": "0.0.2-20",
    "@stencil/core": "^0.1.1-0",
    "@stencil/router": "0.0.17-1"
  },
  "devDependencies": {
    "@stencil/dev-server": "latest",
    "@stencil/utils": "latest"
---- ERROR LOG ----

ERROR ]  Component tag "ask-page" is defined in a bundle but no matching component was found within this app or its 
           collections. 

[ ERROR ]  Component tag "comments-list" is defined in a bundle but no matching component was found within this app or 
           its collections. 

[ ERROR ]  Component tag "comments-page" is defined in a bundle but no matching component was found within this app or 
           its collections. 

[ ERROR ]  Component tag "ionic-hn" is defined in a bundle but no matching component was found within this app or its 
           collections. 

[ ERROR ]  Component tag "news-page" is defined in a bundle but no matching component was found within this app or its 
           collections. 

[ ERROR ]  Component tag "story-list" is defined in a bundle but no matching component was found within this app or its 
           collections. 

[ ERROR ]  Component tag "jobs-page" is defined in a bundle but no matching component was found within this app or its 
           collections. 

[ ERROR ]  Component tag "show-page" is defined in a bundle but no matching component was found within this app or its 
           collections. 

[57:06.1]  build failed in 1.77 s 

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @stencil/starter@0.0.1 build: `stencil build --prerender`
aaronksaunders commented 6 years ago

so what did you find are the correct versions to get something working? I am running into similar issues