Mobilecn-UI / nativecn-ui

Beautiful and customizable React Native components
https://nativecn.mintlify.app
MIT License
931 stars 47 forks source link

Init Command Fails for pnpm #18

Open ludehsar opened 6 months ago

ludehsar commented 6 months ago

How to Reproduce

Create a React-Native app with PNPM as a package manager. Install nativewind and tailwindcss as demonstrated in the documentation. Initialize nativecn-ui by running the following command:

npx nativecn-ui init

Expected Behavior

The initialization and installation should be completed successfully.

Actual Behavior

It throws the following error:

Screenshot 2024-02-27 at 5 56 27 PM

If the bug is confirmed, would you be willing to submit a PR?

Yes. I am willing to submit a PR.

carlos-garciamoran commented 6 months ago

Hi @ludehsar, thanks for reporting the bug. Could you create a PR and link it to this issue? Thanks

ludehsar commented 6 months ago

Yes, sure. I will create a PR. Thanks!