bug: IONIC REACT VITE SERVER BREAKDOWN
kwagloben opened this issue · 0 comments
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- 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)
- Run ionic serve or npm run dev
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'
Require stack:
- C:\Users\HELLO\AppData\Roaming\npm\node_modules\@ionic\cli\lib\project\index.js
- C:\Users\HELLO\AppData\Roaming\npm\node_modules\@ionic\cli\lib\index.js
- C:\Users\HELLO\AppData\Roaming\npm\node_modules\@ionic\cli\index.js
- C:\Users\HELLO\AppData\Roaming\npm\node_modules\@ionic\cli\bin\ionic
[WARN] Error loading @capacitor/android package.json: Error: Cannot find module '@capacitor/android/package.json'
Require stack:
- C:\Users\HELLO\AppData\Roaming\npm\node_modules\@ionic\cli\lib\project\index.js
- C:\Users\HELLO\AppData\Roaming\npm\node_modules\@ionic\cli\lib\index.js
- C:\Users\HELLO\AppData\Roaming\npm\node_modules\@ionic\cli\index.js
- C:\Users\HELLO\AppData\Roaming\npm\node_modules\@ionic\cli\bin\ionic
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