-
Notifications
You must be signed in to change notification settings - Fork 12k
Setting up PWA fails with cli 6.1.0 #11666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Duplicate of #11640. |
Path "/ngsw-config.json" already exist. same error shows |
I have started using New Angular CLI, & strted working in PWA but I too get the same error.. |
I had the same problem but got it solved by installing new loacal CLI |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug Report or Feature Request (mark with an
x
)Command (mark with an
x
)Versions
Repro steps
Create an Angular project with Angular 6.1
After that run command
ng add @angular/pwa
The log given by the failure
Path "/ngsw-config.json" already exist.
Desired functionality
PWA should be setted up
Current behavior
When installing PWA it fails with the error message
Path "/ngsw-config.json" already exist.
But, the file does not exists.
It was working with Angular <6.1 now with 6.1 it fails.
The text was updated successfully, but these errors were encountered: