ionic-stencil-hn-app icon indicating copy to clipboard operation
ionic-stencil-hn-app copied to clipboard

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

Open lorand93 opened this issue 7 years ago • 1 comments

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/[email protected] build: `stencil build --prerender`

lorand93 avatar Jan 30 '18 15:01 lorand93

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

aaronksaunders avatar Feb 06 '18 17:02 aaronksaunders