-
Notifications
You must be signed in to change notification settings - Fork 97
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
"Cannot read property 'Workspace' of undefined" after upgrading to Angular v11 #119
Comments
see #118, we are working on a fix. Please stay tuned. 👍 |
oh my bad, I'm sorry. Haven't seen this. |
No problem at all. Let's keep it open so that other people are aware, too. |
Same here :/ |
I'm actively working on a fix, which includes a breaking change. So I would like to deliver a solution that will make the transition as easy as possible. See PR #120 If you can't wait, then please use the standalone CLI version of angular-cli-ghpages. This version works without any dependencies to Angular: |
Thanks for the patience! angular-cli-ghpages v1.0.0-rc.1 with support for Angular v11 is out. Please give it a try and report any issues here! Fixed via #118 and #120. Please note the Starting with version 1 the option BEFORE (does not work):
NOW:
If you use the old syntax, you will probably receive the following error:
|
Hi after upgrading Angular to v11 I've got this error:
I'm sorry if isn't related to the update but it has been working before that
The text was updated successfully, but these errors were encountered: