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

Serverless reference app and backend API, showcasing authentication and authorization patterns using Amazon Cognito, Amazon API Gateway, AWS Lambda, and AWS IAM.
Other
754 stars 193 forks source link

ionic-app-scripts watch #14

Closed awsLambdaApp closed 7 years ago

awsLambdaApp commented 7 years ago

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)

...

justonian commented 7 years ago

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