Skip to content

Commit

Permalink
Update code/lib/core-events/src/errors/server-errors.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Nov 21, 2023
1 parent 5f4698a commit f5dba08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/core-events/src/errors/server-errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ export class NoMatchingExportError extends StorybookError {
Correct example:
{ "@storybook/react": "7.5.3", "@storybook/react-vite": "7.5.3", "storybook": "7.5.3" }
Clearing your lock file and reinstalling your dependencies might help as well.
Clearing your lock file and reinstalling your dependencies might help as well, as sometimes the version you see in your package.json might not be the one defined in your lock file, leading to version inconsistency issues.
`;
}
}

0 comments on commit f5dba08

Please sign in to comment.