reflex-dev / hacktoberfest

Reflex October Hackathon
30 stars 15 forks source link

Can't resolve 'framer-motion' #2

Open FabianMonjes opened 9 months ago

FabianMonjes commented 9 months ago

when i put reflex run and open localhost:3000 for the first time give me this image

masenf commented 9 months ago

I think this might be an upstream issue that needs to be investigated. Ran into this myself earlier today as I was working in a dev branch, but didn't realize it was affecting released versions

Alek99 commented 9 months ago

I don't seem to get this issue but I have some ideas to what could be happening one sec

Alek99 commented 9 months ago

when i put reflex run and open localhost:3000 for the first time give me this image

Can you provide some more details what OS, Reflex version, python version. Also if you can, can you look .web folder and run the command npm list? Thanks

Assuming your on mac: ~/Library/Application\ Support/reflex/fnm/node-versions/v18.17.0/installation/bin/npm list

If not you may need to modify this

FabianMonjes commented 9 months ago

Hello everyone, to begin with, I used Windows as my operating system, and the Python version I'm using is 3.9.1. I've already solved it, although I don't think it was the best solution, as I went to the .web folder and installed the module using npm. I'm not sure if that was the right solution, but it worked perfectly after that. I also did most of it with the virtual environment regarding the command execution, but I don't think that was it. 😅

Alek99 commented 9 months ago

Ok thanks for the feedback it seems like some were getting this issue for a brief time period today and yesterday but it seems to not be occurring on a regular basis, we are investigating more and will have fix in the release coming out this week.