Skip to content
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

Fix package manager config in package.json #2

Merged
merged 2 commits into from
Jan 16, 2024
Merged

Conversation

txbrown
Copy link
Collaborator

@txbrown txbrown commented Jan 16, 2024

When checking out the repo and running yarn an error is produced:
Usage Error: Unsupported package manager specification (^[email protected],^yarn,1.22.15)

After some googling I realised it was the misuse of ^. Removing it fixes the issue and I was to setup the project.

@txbrown
Copy link
Collaborator Author

txbrown commented Jan 16, 2024

@tamlyn Hey there! Let me start saying that it's a really good initiative this repo and some of the code here helped me setup my own version with Nextjs, which I want to put up at some point. I am really more interested in React Native (for now, but later web too) so I want help you get going with Android and other features.

Let me know if there are any issues with this PR and changes needed. Cheers.

Copy link
Owner

@tamlyn tamlyn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey! Welcome, welcome... nice to have some help with this.

Oh, that's odd that it doesn't work for you with the ^. What OS are you on? I don't see any harm in changing it though.

@tamlyn tamlyn merged commit 920e994 into tamlyn:main Jan 16, 2024
5 checks passed
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