Hello,
We have a weird issue on one of our workstations here. We upgraded our project to ionic beta 7 and other workstations don’t have an issue running ‘ionic serve’
all workstations use
Node CLI: 4.4.2
Ionic CLI: 2.0.0-beta.24
Windows 7
For this specific workstation:
when running ionic serve, the command will terminate after the
"Finished ‘html’ after xxx ms." part and doesn’t show any errors or have any error logs in the project folder.
we tried echo %errorlevel% and it shows -1073741795 so there should be an error as it is not 0.
we tried reinstalling node and ionic but the behavior still persists for this workstation.
Removed sass in the gulpfile.js and the ionic serve command works (except that there is no css as sass task was removed)
Can anyone advise possible cause or how to debug further (make the actual error encountered be shown)?
It may also be worth noting that we tried to install cordova CLI also (afaik, this shouldn’t be needed for ionic serve but tried anyway) but for some reason typing ‘cordova’ will not show anything and %errorlevel% also shows the same error code.
Thanks in advance.