@nuxtjs/storybook: 4.0.0
nuxt: 2.15.4
@nuxtjs/tailwindcss: 4.0.1 or 4.0.2 or 4.0.3
https://github.com/mathieucollet/storybooktest
yarn create nuxt-app whatever with tailwind moduleyarn add -D @nuxtjs/storybook postcss@latestnuxt.config.js:tailwindcss: {
jit: true,
},
nuxt storybookStorybook should be working.
ERROR Failed to compile with 1 errors
ERROR Error
No files matching '../.nuxt-storybook/storybook/storybook-init-framework-entry.js' were found.
...
ERROR in No files matching '../.nuxt-storybook/storybook/storybook-init-framework-entry.js' were found.
Removing jit from tailwind config solve the problem
Before the last update of @nuxtjs/storybook it was working fine even with jit option setted
Do you mind creating a reproduction sample?
It seems fine in my attempts
Here is a repo that has this problem: https://github.com/mathieucollet/storybooktest
This should fix in v4.0.1.
Hi, I've used node 12 and @nuxtjs/storybook: 4.0.1.
This works for me.
I hope I have helped you
I still run into some problems when I try to build the storybook during the IC, but it now works locally as long as I don't build it with 4.0.1.
@mathieucollet Its this issue reproducible with the repo? https://github.com/mathieucollet/storybooktest
@farnabaz I updated the repo with @nuxtjs/storybook v4.0.1 to allow you reproduce the error.
With 4.0.1 I can now run nuxt storybook but not nuxt storybook build
Thank you @mathieucollet
This is related to https://github.com/nuxt-community/storybook/issues/259.
Damn, I didn't look hard enough for the solution to my problem then :'( Sorry and thanks for the info!
Just released v4.0.2 path with the fix
Most helpful comment
This should fix in v4.0.1.