-
Notifications
You must be signed in to change notification settings - Fork 0
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
failing setup #2
Comments
After removing that setting there is a type issue on building like:
I will never understand how this setup works ;) |
I've figured out that this issue is due to bumping dependency versions (including So then my questions are:
The dependencies being locked would also help in pnpm linking dependencies to local repos since it can't link if there is existing pnpm-lock file pointing at upstream packages. The lock file needs to be deleted for pnpm to link local ones. |
Following setup steps fails when running
pnpm i
:The text was updated successfully, but these errors were encountered: