-
Notifications
You must be signed in to change notification settings - Fork 20
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
On install: SB_CORE-COMMON_0003 #56
Comments
@lalvarezweb i published new version cli, simpler please use it
|
|
@lalvarezweb please try. again. |
|
can you run this command |
I have the same issue, started a brand new nuxt project with and then do I get
no difference if i use npm, pnpm or yarn |
it is because of some breakinng changes in storybook dev im working on it |
let us know to try |
I also encountered this issue when using modern.js integration storybook, and the message log is as follows: > [email protected] storybook \calendar
> storybook dev -p 6006
@storybook/cli v7.6.17
(node:23596) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
SB_CORE-COMMON_0003 (CouldNotEvaluateFrameworkError): Could not evaluate the '@modern-js/storybook' package from the 'framework' field of Storybook config.
Are you sure it's a valid package and is installed?
at validateFrameworkName (.\node_modules\.pnpm\@[email protected]\node_modules\@storybook\core-common\dist\index.js:21:4479)
at buildDevStandalone (.\node_modules\.pnpm\@[email protected]\node_modules\@storybook\core-server\dist\index.js:119:1432)
at async withTelemetry (.\node_modules\.pnpm\@[email protected]\node_modules\@storybook\core-server\dist\index.js:65:3948)
at async dev (.\node_modules\.pnpm\@[email protected]\node_modules\@storybook\cli\dist\generate.js:514:401)
at async Command.<anonymous> (.\node_modules\.pnpm\@[email protected]\node_modules\@storybook\cli\dist\generate.js:529:225)
WARN Broken build, fix the error above.
WARN You may need to refresh the browser.
ELIFECYCLE Command failed with exit code 1. I see above there is also an error log for |
Error after using npx storybook-nuxt init
@storybook/cli v7.4.0
SB_CORE-COMMON_0003: Could not evaluate the '@storybook-vue/nuxt' package from the 'framework' field of Storybook config.
Are you sure it's a valid package and is installed?
at validateFrameworkName (.\node_modules@storybook\core-common\dist\index.js:52:4385)
at buildDevStandalone (.\node_modules@storybook\cli\node_modules@storybook\core-server\dist\index.js:116:1467)
at async withTelemetry (.\node_modules@storybook\cli\node_modules@storybook\core-server\dist\index.js:101:4155)
at async dev (.\node_modules@storybook\cli\dist\generate.js:502:401)
at async Command. (.\node_modules@storybook\cli\dist\generate.js:504:225)
WARN Broken build, fix the error above.
WARN You may need to refresh the browser.
The text was updated successfully, but these errors were encountered: