Suggest using NPM for package manager when deploying to Kubernetes#2533
Merged
pwizla merged 1 commit intostrapi:mainfrom Dec 17, 2025
Merged
Suggest using NPM for package manager when deploying to Kubernetes#2533pwizla merged 1 commit intostrapi:mainfrom
pwizla merged 1 commit intostrapi:mainfrom
Conversation
Since we use pnpm to host our Strapi with MySQL, and we face an error on loading the mysql2 package
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Collaborator
|
Thanks for the suggestion, @soheilnikroo. I'm also wondering about yarn, would it work too? As you can see, we actually don't provide pnpm instructions in the docs, though this is something we are considering. FYI we've been holding off from recommending pnpm since it's not fully compatible with Strapi Cloud yet, but it's a WIP. |
25723df to
63466f0
Compare
pwizla
pushed a commit
that referenced
this pull request
Dec 17, 2025
Since we use pnpm to host our Strapi with MySQL, and we face an error on loading the mysql2 package
pwizla
added a commit
that referenced
this pull request
Dec 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since we use pnpm to host our Strapi with MySQL, and we face an error on loading the mysql2 package
What does it do?
Describe the technical changes you did.
Why is it needed?
Describe the issue you are solving.
Related issue(s)/PR(s)
Let us know if this is related to any issue/pull request