All of a sudden my Ionic project won’t serve using ionic serve
. I hadn’t updated any npm modules or anything, it literally stopped working.
I’ve tried updating all npm modules and the problem persists and I can’t seem to find any helpful answers from searching.
Ionic Info:
Ionic:
Ionic CLI : 6.19.1 (/usr/local/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 6.1.6
@angular-devkit/build-angular : 13.3.6
@angular-devkit/schematics : 13.3.6
@angular/cli : 13.3.6
@ionic/angular-toolkit : 6.1.0
Capacitor:
Capacitor CLI : 3.5.1
@capacitor/android : 3.5.1
@capacitor/core : 3.5.1
@capacitor/ios : 3.5.1
Utility:
cordova-res : not installed globally
native-run : 1.6.0
System:
NodeJS : v18.2.0 (/usr/local/Cellar/node/18.2.0/bin/node)
npm : 8.10.0
OS : macOS Monterey
When running ionic serve
it compiles the project successfully in the terminal but then hangs on [INFO] Waiting for connectivity with npm...
I’ve tried deleting nodes_modules folder and lock file and reinstalling, restarting my Mac, updating Brew… everything. I’m stuck.