-
Notifications
You must be signed in to change notification settings - Fork 458
Generating app with --template rmw intl-relativetimeformat dependency #348
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
Comments
Can you pls check it again? |
That is definitely progress, thanks. However I am experiencing a follow on problem:
So a conflict between packages trying to install |
Hey @TarikHuber, still getting this error:
|
I have this issue nowstalling template dependencies using npm... |
What versions od node and npm do you have? And have you tried using with `--legacy-peer-deps``? |
'--legacy-peer-deps' doesnt seem to help. I have also tried installing the latest node and npm version. |
Did you try it again with the fixes I made today? |
Just did but got this error now. Installing template dependencies using npm... |
I have updated the template. Can you pls try it again. It should work now 100% 😄 |
It's working 1000% now 😄. Thank you. |
When trying to create a new app with
--template rmw
I am having an issue resolving dependencies:It looks like in some places you are referencing
@formatjs/intl-relativetimeformat@9.x
, whereas in others you reference@formatjs/intl-relativetimeformat@8.x
. E.g. here:https://github.com/TarikHuber/react-most-wanted/blob/master/packages/base-shell/package.json#L25
Let me know if I can provide more information.
The text was updated successfully, but these errors were encountered: