wix-incubator/wix-animations

teamcity-surge-autorelease breaks usage outside of Wix

Closed this issue · 3 comments

When I try to use the latest version of Wix Style React, I cannot since wix-animations depends on teamcity-surge-autorelease which breaks usage outside of Wix

error An unexpected error occurred: "Couldn't find package "teamcity-surge-autorelease@^1.0.9" required by "wix-animations@^1.0.141" on the "npm" registry.".

The failure occurred during the following command

$ yarn add wix-style-react@4.9.0 --ignore-scripts --no-lockfile --non-interactive --no-bin-links --ignore-engines --skip-integrity-check

Here is an example of the error:
https://codesandbox.io/s/3vk67mvo6

This issue relates to https://github.com/wix/wix-ui/issues/524 which was solved via https://github.com/wix/wix-ui/pull/558

should be fixed now
8985a7d

Thanks!