-
Notifications
You must be signed in to change notification settings - Fork 83
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
Using Femto to install Feliz doesn't actually install React #549
Comments
Hi @mrakgr how did you invoke |
It's suddenly working for me. Could it be that I have simply been mistyping
Yeah, when I use Before I close this here, should this be a Femto bug? |
Actually, I see that that I pasted it in my journal, where I didn't mistype install. The mistype was from another attempt.
It confirmed to me that the packages are resolved even though they weren't... I am aware that I am getting lost here, who knows which particular step caused to happen. I've been messing with updating tools and Paket. At any rate, this should be a Femto bug, rather than a Feliz specific one so I'll close the issue here. Sorry for bothering you. |
@mrakgr Yeah probably
That's alright, happy to look into things again if they are not working. Also important to check which version of Feliz you are using because |
It is no problem to install it manually using
npm install react@17.0.1 react-dom@17.0.1
like it says in the documentation. This is my first time using Femto, but I do not think this should be the intended behavior. I am trying it out on the Fable template.If you try it, you'll see that it does not modify the
package,json
file.The text was updated successfully, but these errors were encountered: