storybook
storybook copied to clipboard
Publish nightly builds
Todo: configure secret NPMJS_TOKEN with the correct deployment token.
Not sure if this is related but I am having some issues withTypeError when reading '__STORYBOOK__' property of undefined. I noticed there is already a fix for that, but it hasn't been released if I am correct?
Not sure if this is related but I am having some issues with
TypeError when reading '__STORYBOOK__' property of undefined. I noticed there is already a fix for that, but it hasn't been released if I am correct?
I too have this issue
using windows with the below empty project
pnpm dlx nuxi@latest init myproject
cd myproject
pnpm dlx nuxi@latest module add storybook
pnpm dlx storybook-nuxt init
ERROR (node:41760) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated. 14:12:49
(Use node --trace-deprecation ... to show where the warning was created)
ERROR Cannot start nuxt: Cannot read properties of undefined (reading '__STORYBOOK__')
Nuxt 3.11.2 with Nitro 2.9.6
I can recommend https://github.com/intuit/auto to automate the release process.
The examples are also broken https://storybook.nuxtjs.org/examples/basic
@chakAs3 could you please add the required secrets? Thanks a lot! 🚀
Thanks @tobiasdiez @chakAs3 for being on top of this. 🙏
@chakAs3 @tobiasdiez Can we please set this up? I would personally be a lot more motivated to contribute if I could use those contributions quickly without waiting for a formal release.
@tobiasdiez @mehcode sorry guys,i just payed attention to this notification, it is already done i updated the token
@chakAs3 Thanks a lot! However, it currently fails with
npm notice Publishing to https://registry.npmjs.org/ with tag nightly and public access
npm error code EOTP
npm error This operation requires a one-time password from your authenticator.
npm error You can provide a one-time password by passing --otp=<code> to the command you ran.
npm error If you already provided a one-time password then it is likely that you either typoed
npm error it, or it timed out. Please try again.
Could you please make sure that you use the "automation" kind of token:

it is done 👍 @tobiasdiez
Awesome! This is working now. 🚀