amazon-archives/aws-serverless-auth-reference-app

ionic-app-scripts watch

Closed this issue · 1 comments

Hello:

The system that is being used to run the code for the aws-serverless-auth app:
Fedora 24
node v6.9.5
npm v3.10.10

Once ionic serve is executed the process completes to

[17:23:31] build dev finished in 46.37 s

and then fails

[17:23:34] watch failed: A watch configured to watch the following paths failed to start. It likely that a file
referenced does not exist:
/home/aws-user/Documents/aws-serverless-auth-reference-app/app/src//*.(ts|html|s(c|a)ss)
[17:23:34] ionic-app-script task: "watch"
[17:23:34] Error: A watch configured to watch the following paths failed to start. It likely that a file referenced
does not exist: /home/tau/Documents/aws-serverless-auth-reference-app/app/src/
/*.(ts|html|s(c|a)ss)

...

Hi there-

Thanks for reporting this issue. The latest version of Ionic 2 introduced a new dependency, sw-toolbox, which has now been added to the project. Please do a git pull and npm install in the appropriate places, then try again. All issues you encountered should now be resolved.

Thanks,

Justin