After ng upgrade serve runs into an error:
TypeError: core_1.virtualFs.createSyncHost is not a function
any ideas of how to fix it?
I had the exact same error after upgrading. Removing the node_modules and re-installing the dependencies fixed the problem:
# with yarn
rm -rf node_modules && yarn
# with npm
rm -rf node_modules && npm install
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With