-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
Cannot read properties of undefined (reading 'STORYBOOK') #637
Comments
This is a duplicate of #538 I think 😁 |
I'm having this issue as well |
I think we're all waiting on a patch release of the module. 🙏 @chakAs3 |
^ It's been happening since the v8.0.0 release from 2 months ago. |
It works if you use the git sha in your package.json but pre-pack is then failing in github actions for me, so going to look at another option. |
I can't seem to get the suggested workaround to work with Yarn either |
@seancrater et all, I pushed a git dep that's pre-built here - This dep in my
|
Hello 🙌,
I am encountering an issue with the Storybook module in a newly created fresh Nuxt project.
Steps to Reproduce:
npx nuxi@latest init test-nuxt
npx nuxi@latest module add storybook
yarn run dev
Error
When running the development server, the following error is displayed
Workaround:
Manually changing the property
import.meta.env
toprocess.env
in themodule.mjs
file resolves the issue and the application runs successfully.It seems to be potentially linked to this development #512 in module 8.0.0
Could you please provide guidance on how to resolve this issue without manually modifying the module file?
Thank you for your support !
The text was updated successfully, but these errors were encountered: