-
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
Deploy does not work with angular 13 #137
Comments
Ok, I will work on this next week. Please use the standalone version until the issue is resolved: |
Just adding more info, this is what happens during the installation of yarn ng add angular-cli-ghpages
yarn run v1.22.17
$ ng add angular-cli-ghpages
ℹ Using package manager: yarn✔ Found compatible package version: angular-cli-ghpages@0.6.2.✔ Package information loaded.
The package angular-cli-ghpages@0.6.2 will be installed and executed.Would you like to proceed? Yes
✔ Package successfully installed.An unhandled exception occurred: NOT SUPPORTED: keyword "id", use "$id" for schema ID
See "C:\Users\euaar\AppData\Local\Temp\ng-WkWfhC\angular-errors.log" for further details.
error Command failed with exit code 127.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. |
I just published |
Hello @euaaron, please take a look at the version resolution of yarn. The latest version is v1.0.0-rc.3. To force the right version, you can use:
|
Oh, I forgot to say that I've solved by installing with But i will try your tip too. Thanks! |
@euaaron In the meantime, we released 1.0.0 so you should be able to do |
Current latest version does not work with angular v13
The text was updated successfully, but these errors were encountered: