[Bug] TypeError: (0 , _coreCommon.normalizeStories) is not a function
Describe the bug
Right after I run the command yarn test-storybook --url http://localhost:4400 this error appears. I have the storybook up and running.

I was trying also with the stories.json file, so with the -s flag, but this returned another error:

Environment
- OS: MacOs Monterey
- Node.js version: 14.17.5
- NPM version: 6.14.4
Additional context
We are using the nrwl plugin for storybook - @nrwl/storybook in version 12.9.0 (unfortunately I can't update it at the moment).
I'm curious if it's a version issue like I need to update to the newest one? Because it's no matter if I provide a config path or not, the output is the same.
I am running into the same bug.
Screenshots and/or logs

Environment
- OS: Windows 10
- Node.js version: 14.19.0
Additional context
We are using @storybook/vue in version 6.3.8.
@RobertHaslinger The test runner requires 6.4 and above. You can upgrade with:
npx sb upgrade