-
Notifications
You must be signed in to change notification settings - Fork 171
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
Error: Package manager is not detected #180
Comments
What does your .yml file look like with the |
Here's an example:
|
I add |
Yeah the location of the |
Sorry about the trouble here. |
Thanks for looking into this @1000hz Are you considering only the JS ecosystem package manager with this property. Clarification on what this does might be helpful, thanks! |
@vipulgupta2048 yes, only JS package managers are supported. Specifically: npm, yarn, pnpm (with bun support being added soon) |
|
Thanks @1000hz appreciate the response. Cheers! |
With the latest wrangler-action version, we were getting the following error due to the latest changes.
Adding
packageManager: npm
to the actions YML file, in our case, resolved the issue after some digging around from the recent commits. Maybe create this as optional since this wasn't needed before? Or detecting it?The text was updated successfully, but these errors were encountered: