we have some massive problems with app-scripts version 0.0.43 (e.g. serve either not working at all or never showing a console to command to web server) but have some running projects with 0.0.38.
Yes you can, in package.json change the version of @ionic/app-scripts to the 0.0.38 without the symbol “^”.
Like this : "@ionic/app-scripts": "0.0.38"
Then remove your app-script from node modules (or remove the entire node_modules folder) then run npm install
Hint: If github.com is not accessible in your location
try setting a proxy via HTTP_PROXY, e.g.
export HTTP_PROXY=http://example.com:1234
or configure npm proxy via
npm config set proxy http://example.com:8080
NOTE: I am not under any proxy!!!
If i install the latest version…it gets installed smoothly…
Can you please help… Its very Urgent!!
Thanks in advance!!