-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
v.0.12.0 breaks on pnm workspace #409
Comments
I've released a temporary fix on 0.12.2 |
Thank you @Akryum! Yes, this fixes the build! Yet the problem with images in the public folder is still to be solved. No rush, can move the images to workspace root till then.
|
This is a warning that you can ignore, I'll improve it to also check for the public folder |
@davay42 were you able to build it and deploy it? I'm having an error running
|
@alvarosabu Do you have a reproduction? |
@alvarosabu yes, builds go fine now! |
Describe the bug
In this pnpm workspace repo https://github.com/DeFUCC/gun-vue I got histoire running in a nested folder for a separate package. Histoire v.0.11.9 is going nice with this setup. But after update to v.0.12.0 I got errors about files not found: histoire doesn't see the images in the public folder inside the nested package, but goes to the top workspace root. JS also gets broken. May be some configuration may help cope with the change?
Error [ERR_MODULE_NOT_FOUND]: Cannot find package '@vite/env' imported from [workspace root]/node_modules/.pnpm/vite@4.0.2/node_modules/vite/dist/client/client.mjs
Reproduction
Fork https://github.com/DeFUCC/gun-vue and try updating histoire
System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: