TypeError: appScripts.serve is not a function getting this error
Could you provide me with the output from ionic info from within your project directory? Thanks, this should help in troubleshooting.
Also you might need to run npm install --save-dev @ionic/app-scripts@latest within your project directory.
Thanks didnt try that one it fixed my problem :)
Most helpful comment
Could you provide me with the output from
ionic infofrom within your project directory? Thanks, this should help in troubleshooting.Also you might need to run
npm install --save-dev @ionic/app-scripts@latestwithin your project directory.