-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
Can't resolve dependencies correctly #738
Labels
to triage
This issue needs to be triaged
Comments
Start a new pull request in StackBlitz Codeflow. |
I'm having the same issue when using the carousel component from shadcn-vue.
|
I've overrided to [email protected] but now I have this error in the console:
|
I remove the tailwind tokens default plugin for histoire like this for now: import { tailwindTokens } from 'histoire/src/node/builtin-plugins/tailwind-tokens'
export default defineConfig({
plugins: [
tailwindTokens({
configFile: null,
}),
],
}) |
We encountered the same issue:
Have a great day, Colin. |
When will that fix be released? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When i import
lucide-vue-next
, histoire report it cannot find module:Reason and solution
After debug, i found it's because histoire using vite-node with a old version 0.34.7 whose latest version is 1.6.0, when i force using [email protected] with pnpm's overrides config, it works.
So is histoire has any play to upgrade vite-node to latest version?
Reproduction
https://stackblitz.com/edit/histoire-vue3-starter-hzthpp?file=src%2Fdemo.story.vue
System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: