npm run watch with version 0.0.43 is ok.
with version 0.0.45 i get the error A watch configured to watch the following paths failed to start. It likely that a file referenced does not exist
Steps to reproduce:
insert any relevant code between the above and below backticks
Which @ionic/app-scripts version are you using?
0.0.45
Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)
Hello, thanks for using Ionic! Is the app you are experiencing this issue with on Github? If so, could we have the link? Most likely you have deleted or renamed a file, such as our app.module file, that our watch task expects to be there.
I didn't move or deleted or renamed any file from 0.0.43 to 0.0.45.
the list of files from the error:
....does not exist: /home/andre/trabalho/projetos/solucioneOnline/app.new/src/assets/,
/home/andre/trabalho/projetos/solucioneOnline/app.new/src/index.html,
/home/andre/trabalho/projetos/solucioneOnline/app.new/src/manifest.json,
/home/andre/trabalho/projetos/solucioneOnline/app.new/src/service-worker.js,
node_modules/ionic-angular/polyfills/polyfills.js, node_modules/ionicons/dist/fonts/
But I never had a file manifest.json on the project like the one on the above list.
ok. started a new project with ionic start cutePuppyPics --v2, copied the manifest.json to my project and now it works. thanks
I had the same problem, adding
"sw-toolbox": "3.4.0"
to the package.json, fixed the problem. Hope it helps somebody.
@rainmak33r Thanks it works
@rainmak33r Thanks man! Its work :+1:
Most helpful comment
I had the same problem, adding
"sw-toolbox": "3.4.0"
to the package.json, fixed the problem. Hope it helps somebody.