FutureLights
Explore posts from serversContext In Typescript
I can't replicate the error in the playground so it must be something with my configuration. Is there anyway to see what configuration the playground is using? I'm just using the default template from Solid JS without any major changes.
20 replies
Set Timeout Example
Ok, so I figured it out, and you were right. The issue isn't in the code above. I was wrapping each of my images with a component. When I cut that out and just used an
img
the warning went away, Not really for sure why, but it is officially gone. Thanks for your help!14 replies
Set Timeout Example
Uncommenting didn't fix it. My error is probably somewhere else then. The trace goes there first and the error appears every time the interval fires. It might have something to do with my images. Thanks for your help.
14 replies
EPERM operation not permitted, rmdir
My file structure is like websites/solidjs/project-name and for react it is websites/react/project-name, but I don't have this issue for all my SolidJS projects, just like two or three so far out of many. I think I'll just copy the critical files over to another folder and delete the rest. That should fix my issue. Thanks for your help!
11 replies
EPERM operation not permitted, rmdir
@brendan_csel Thanks! I have tried that without any luck.
That is an idea, I've already tried giving "everyone" full control to
node_modules
without success, I didn't think about the parent. I created it using the npm create template command. I know it's not the official way anymore, I just haven't dedicated any time to learning the new way. I didn't have any issues until I tried to fix my issues with vite hmr so I'm guessing its something I did with that somehow.11 replies