v4: upgrade to alpha.8 seems to broken
See original GitHub issueDescribe the Bug Upgrading only @ionic/core to alpha.8 does not work as expected. We are running into this errors
ERROR in node_modules/@ionic/core/dist/types/components/gesture-controller/gesture-controller.d.ts(1,30): error TS2307: Cannot find module '@stencil/core'.
[ng] node_modules/@ionic/core/dist/types/components/menu/menu.d.ts(1,51): error TS2307: Cannot find module '@stencil/core'.
[ng] node_modules/@ionic/core/dist/types/components/nav/nav.d.ts(1,40): error TS2307: Cannot find module '@stencil/core'.
[ng] node_modules/@ionic/core/dist/types/components/toast/toast.d.ts(1,30): error TS2307: Cannot find module '@stencil/core'.
[ng] node_modules/@ionic/core/dist/types/utils/helpers.d.ts(1,30): error TS2307: Cannot find module '@stencil/core'.
[ng] node_modules/@ionic/core/dist/types/utils/input-interface.d.ts(1,30): error TS2307: Cannot find module '@stencil/core'.
[ng] node_modules/@ionic/core/dist/types/utils/overlays.d.ts(1,30): error TS2307: Cannot find module '@stencil/core'
Probably there is something missing? Can you also update your starter templates with latest requirements?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:9 (5 by maintainers)
Top Results From Across the Web
v4: upgrade to alpha.8 seems to broken · Issue #14746 - GitHub
Thanks for the issue! Alpha 8 is definitely broken. We don't recommend using it at this time. We're currently working on getting an...
Read more >My game is broken, HELP!! | Asphalt 8 - ProBoards
I tried everything. After re-installing everything seems to work again,until the game is closed and re-opened. Expired TLEs can't be claimed, ...
Read more >Dev snapshot: Godot 4.0 alpha 8
There will likely be breaking changes between this release and the first beta release.
Read more >Fractured Online Is Moving Into Closed Development As It ...
Fractured Online Is Moving Into Closed Development As It Seems Relationship With Gamigo Has Broken Down. Early Access MMORPG Fractured ...
Read more >Broken Sony FE 70-200mm F4 after drop - DPReview
Sony FE 35mm F1.4 Sony a7R III Sony FE 90mm F2.8 macro Sony FE 24-70mm F2.8 GM Sony FE 85mm ... Seems like...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@MT-- Yes we have updated the starters to use
alpha.9! If you ever want to compare your app to the current base you can find the starter here: https://github.com/ionic-team/starters/tree/master/angular/baseYou should be able to update the version number and import the new external css files and be good to go. If you are just using
@ionic/corewithout angular it would be the following imports:and the
@ionic/angularversion will be the following, but we found that the css didn’t get published for this package, so we’re working to get a new release out with it published. 😓In the meantime pointing to the
@ionic/corefor the css (my first code block) should work.We have released an
alpha.9version that should be working much better. We’re going to be releasing analpha.10with some more fixes later today. Let me know if you still see these particular errors withalpha.9though! Thanks!