Skip to content
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

How to rollback latest version to an older version #18814

Closed
Cash989 opened this issue Mar 14, 2022 · 5 comments
Closed

How to rollback latest version to an older version #18814

Cash989 opened this issue Mar 14, 2022 · 5 comments

Comments

@Cash989
Copy link

Cash989 commented Mar 14, 2022

Hi,
My project was updated to the latest version of pro by mistake. How do I rollback from version 6 and restore version 5?
Cash McCall

@tagliala
Copy link
Member

Hi

My project was updated to the latest version of pro by mistake. How do I rollback from version 6 and restore version 5?

you mean that your project is using a Kit set on latest?

Try the following:

  1. Navigate to https://fontawesome.com/kits
  2. Select your kit
  3. Navigate to settings
  4. Change "Latest 6.x" to "Latest 5.x"

@Cash989
Copy link
Author

Cash989 commented Mar 15, 2022

Using npm.
Normally, I would just do something like
.npm .uninstall "package name"
.npm .install --save "package name @ version number"
but fontawesome-pro did not seem to like that and I was wondering if there were any special considerations

@tagliala
Copy link
Member

Could you please provide more details?

Without information, I can suspect it is the case of @fortawesome/fontawesome-svg-core being updated to 1.3.0. If this is the case, please revert to 1.2.36 (range ~1.2.36) and you should be fine

If that is not the case, feel free to report your issue here and remember that as a pro customer you have dedicated support at hello@fontawesome.com

@Cash989
Copy link
Author

Cash989 commented Mar 15, 2022

Update for anyone in the future that landed here: DO NOT issue your npm commands through the integrated Visual Studio 2022 Package Manager Console. Open Powershell, navigate to the project directory and issue the usual commands to uninstall and then re-install the package using the desired version number.
Works as expected.
@tagliala Thanks for being so responsive

@tagliala
Copy link
Member

welcome

If that was the issue, please note that the need to downgrade fontawesome-svg-core is a bug on our side and it was not supposed to break in a patch release, so apologies for this issue

We are tracking and addressing this issue at #18663 (and others)

closing here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants