-
Notifications
You must be signed in to change notification settings - Fork 140
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
[Bug]: Cannot install packages with pnpm v9 #4901
Comments
It's not just @shopify/theme, which has an incorrect version. There are a few others. I am also getting this error, which seems to be a blocker for community contributions.
|
Hi! The You can find more information here: https://shopify.dev/docs/apps/build/cli-for-apps#switch-to-a-global-executable-or-local-dependency |
@gonzaloriestra It is still not fixed. Steps to replicate:
|
It works for me. Could you share the output?
|
Getting this error following your exact steps. Could you have some Shopify exclusive npm token? Because 3.70.0 is not released on npmjs
|
Oops, you are right. Let us investigate... |
Keep in mind it's the unreleased versions, and |
Are you using pnpm v9? I think that's the issue. It only works with v8 for now, as explained here. We are not releasing other packages than |
Makes sense. I think this can be fixed by adding This works for pnpm 9. I have not tested other versions or package managers. |
Thanks for the suggestion! 👏 I've created a PR to enable it, so PNPM v9 is also compatible. |
Getting this error when running
pnpm install
in the main branch.The text was updated successfully, but these errors were encountered: