Skip to content

Conversation

davidavz
Copy link
Contributor

This PR corrects the pnpm installation command in the documentation.

Previously the docs suggested using pnpm install --dev, which is invalid.

With pnpm, the correct syntax is:

pnpm add --save-dev <package>

This aligns the docs with pnpm’s CLI conventions and ensures users can
successfully install devDependencies.

Copy link

vercel bot commented Sep 30, 2025

@davidavz is attempting to deploy a commit to the nativewind Team on Vercel.

A member of the Team first needs to authorize it.

@danstepanov danstepanov merged commit 5f014b6 into nativewind:main Oct 14, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants