When i execute “ionic serve” in my project, the output looks as follows:
react-scripts.cmd start
[react-scripts] i 「wds」: Project is running at http://192.168.1.114/
[react-scripts] i 「wds」: webpack output is served from
[react-scripts] i 「wds」: Content not from webpack is served from C:\Users\Remling\Desktop\Code\hello\public
[react-scripts] i 「wds」: 404s will fallback to /
[react-scripts] Starting the development server…
[react-scripts]
[react-scripts] Files successfully emitted, waiting for typecheck results…
But thats where it stops, no site is opening, no error message, nothing.
onic info:
Ionic:
Ionic CLI : 6.5.0 (C:\Users\Remling\AppData\Roaming\npm\node_modules@ionic\cli)
Ionic Framework : @ionic/react 5.0.7
Capacitor:
Capacitor CLI : 2.0.1
@capacitor/core : 2.0.1
Utility:
cordova-res : not installed
native-run : 1.0.0
System:
NodeJS : v13.13.0 (C:\Program Files\nodejs\node.exe)
npm : 6.14.4
OS : Windows 10
Someone suggested running it on a different port, but that didnt help.