You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there,
I am currently in the process of migrating a project from Ionic 6 and Angular 7.2 to Ionic 7 and Angular 16.2. I'm encountering the same issue as described in #417. When attempting to build the project, I am get the following 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 '/Users/frank/ionic/mein-metronom-app/node_modules/@ionic-selectable/core/dist/esm'
That's the same error like in the above issue, but removing node_modules/ and package.lock.json did not help unfortunately. Does anybody has an idea how to fix this? I'm relatively new to Ionic and Angular, so any assistance would be greatly appreciated. :)
Hello there,
I am currently in the process of migrating a project from Ionic 6 and Angular 7.2 to Ionic 7 and Angular 16.2. I'm encountering the same issue as described in #417. When attempting to build the project, I am get the following error:
That's the same error like in the above issue, but removing node_modules/ and package.lock.json did not help unfortunately. Does anybody has an idea how to fix this? I'm relatively new to Ionic and Angular, so any assistance would be greatly appreciated. :)
Here are the dependencies in my package.json:
Thanks in advance!
The text was updated successfully, but these errors were encountered: