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
I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
v7.x
Current Behavior
I have been using Ionic react for sometime now but recently when I run ionic serve/npm run dev in cmd I keep getting errors like "could not load config from vite.config.ts". For a while I had to uninstall node modules and package-lock.json and reinstall them before the vite server is able to run again but it breaks down after I end the session. For now I have tried everything and the server is not working anymore, I discovered even ionic build is also not working. I still do not know what is causing this but I believe the attached screenshot will help
Expected Behavior
The vite server should be able so serve my app when I run ionic serve or npm run dev
Steps to Reproduce
Open command prompt
Change directory to project directory(cd path_to_project_directory)
Prerequisites
Ionic Framework Version
v7.x
Current Behavior
I have been using Ionic react for sometime now but recently when I run ionic serve/npm run dev in cmd I keep getting errors like "could not load config from vite.config.ts". For a while I had to uninstall node modules and package-lock.json and reinstall them before the vite server is able to run again but it breaks down after I end the session. For now I have tried everything and the server is not working anymore, I discovered even ionic build is also not working. I still do not know what is causing this but I believe the attached screenshot will help
Expected Behavior
The vite server should be able so serve my app when I run ionic serve or npm run dev
Steps to Reproduce
Code Reproduction URL
ttps://drive.google.com/drive/folders/1IwzCJS6r1GOj5eD1DjJmjqW9kR4fdeXP?usp=sharing
Ionic Info
[WARN] Error loading @capacitor/ios package.json: Error: Cannot find module '@capacitor/ios/package.json'
[WARN] Error loading @capacitor/android package.json: Error: Cannot find module '@capacitor/android/package.json'
Ionic:
Ionic CLI : 7.2.0 (C:\Users\HELLO\AppData\Roaming\npm\node_modules@ionic\cli)
Ionic Framework : @ionic/react 8.4.0
Capacitor:
Capacitor CLI : 6.1.2
@capacitor/android : not installed
@capacitor/core : 6.1.2
@capacitor/ios : not installed
Utility:
cordova-res : not installed globally
native-run : 2.0.1
System:
NodeJS : v22.11.0 (C:\Program Files\nodejs\node.exe)
npm : 10.8.2
OS : Windows 10
Additional Information
All the ionic projects I have previously worked on and is working on are showing this same behavior
The text was updated successfully, but these errors were encountered: