-
Notifications
You must be signed in to change notification settings - Fork 638
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
Conflicting peer dependency while trying make up language=python
#388
Comments
Hmm, I wasn't able to reproduce that. Do you get the same issue when using the non-Docker version?
cc: @lindawoo-plaid |
I suspect it would, although I haven't tested that out. This smells like an M1 issue to me.
Sounds good, I haven't run into any issues so far either. |
Can confirm this happens to me when I use docker, but works with the non-Docker version. I'm also on an M1 Mac fwiw. |
Fix npm installation failure issue (issue #388)
This is now fixed! In case you're curious, the factor was the version of npm installed, rather than the Mac chip. Thank you for reporting this issue! |
Fix npm installation failure issue (issue plaid#388)
Fix npm installation failure issue (issue plaid#388)
Hello, I'm following the instructions for the quickstart. After trying
make up language=python
, I hit this snag:If it matters, I'm running this on an M1 Mac.
Steps to reproduce:
make up language=python
I've tried adding
--legacy-peer-deps
to line 13 of the frontend Dockerfile, but that runs into more issues. Adding--force
seems to bypass the error, but I'm a bit concerned there may cause problems down the line. Is anyone else running into this issue?The text was updated successfully, but these errors were encountered: