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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deps to install on Apple M1 #58

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

bertday
Copy link

@bertday bertday commented Sep 23, 2021

Per #56, I was having trouble running yarn run setup on my Apple M1 machine. This PR updates three npm packages that needed newer versions to install on an M1.

Note that I haven't tried running the app locally (per #57), so these changes could potentially be breaking. Please let me know if there are any tests I can run first 馃槃

Thanks everyone!

I noticed the client used Yarn to lock deps, while the server used npm, so I tried deleting them both and seeing what running `yarn run setup` would autogenerate. It only created a yarn.lock file in the root dir, so it seems like these two files aren't being used and can be deleted.
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.

None yet

1 participant