Missing reference to @utils/keyboard/keyboard-controller in alpha 19
pjc2007 opened this issue · 2 comments
pjc2007 commented
Hi , I just installed the following after updating to Ionic 7 and having problems with my existing ionic-selectable (no ivy support?)
'''
"@ionic-selectable/angular": "^5.0.0-alpha.19",
"@ionic-selectable/core": "^5.0.0-alpha.19",
'''
I uninstalled "ionic-selectable": "^4.9.0"
and installed the above 2 alpha versions, but I get the error
./node_modules/@ionic-selectable/core/dist/esm/ion-tab-bar.entry.js:2:0-79 - Error: Module not found: Error: Can't resolve '@utils/keyboard/keyboard-controller' in 'C:\dev\myapp\node_modules\@ionic-selectable\core\dist\esm'
I can't see any @utils in my node_modules?
pjc2007 commented
Strange, I removed my node_modules, and package.json.lock, reinstalled everything and now I get a different error...
Error: node_modules/@ionic-selectable/core/dist/types/components.d.ts:8:28 - error TS2305: Module '"@ionic/core"' has no exported member 'HeaderFn'.
[ng]
[ng] 8 import { AnimationBuilder, HeaderFn, ModalOptions, StyleEventDetail } from "@ionic/core";
pjc2007 commented
I am, going to close this as the title is wrong (it was a one off error), and open a new with with the 'HeaderFn,' error as this is the one that I can not get rid of