I recently cloned a project, and when I tried to service it, I got an error: TypeError: AppScripts.serve is not a function .
TypeError: AppScripts.serve is not a function
How do I solve this problem / where should I look?
I have already tried updating ionic and reinstalling all plugins (just in case).
Help on this subject would be greatly appreciated!
This is the same as mine, when I try to execute an old project in the Ionic3 update, and all this will be a mistake, but when you start a new project again, it will work well
Run the following command:
npm install --save-dev @ionic/ app-scripts@latest
After that, your application should work with
ionic serve
I have the same problem when I started developing an old ionic project 2 with ionic 3. follow these steps for me:
npm cache clear delete the node-modules folder npm install npm install --save-dev @ionic/ app-scripts@latest ionic serve
Running this command works for me
and then
Source: https://habr.com/ru/post/1268242/More articles:Django Invalid HTTP_HOST header: 'testerver'. You may have to add u'testserver 'to ALLOWED_HOSTS - pythonGet RAW Bayer Pixel Data from CVPixelBufferRef - iosAdd audio to Github readme.md - githubHow to use the "using" keyword in C ++ - c ++https://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1268241/moving-permissions-to-optional-on-chrome-extension&usg=ALkJrhgo90VXD_xPgXhjRfsXT08WP8g0JQWhat should be the class with a higher order? - functional-programmingSpeed up mysql table creation (from selection) - performanceHow to override the default value through lenses only if the input value is nothing - haskellHow to control font size of quoted text in Markdown - rCollision detection should not cause teleportation of an object - javascriptAll Articles