You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: code/lib/core-events/src/errors/server-errors.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -545,7 +545,7 @@ export class UpgradeStorybookToSameVersionError extends StorybookError {
545
545
546
546
template(){
547
547
returndedent`
548
-
You are trying to upgrade Storybook to the same version that is currently installed in the project, version ${this.data.beforeVersion}. This is not supported.
548
+
You are upgrading Storybook to the same version that is currently installed in the project, version ${this.data.beforeVersion}.
549
549
550
550
This usually happens when running the upgrade command without a version specifier, e.g. "npx storybook upgrade".
551
551
This will cause npm to run the globally cached storybook binary, which might be the same version that you already have.
0 commit comments