-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
ERROR TRYING RO RUN IT #19
Comments
The error in the screenshot points to a runtime issue with Miniflare when trying to start the development environment using pnpm run dev. Specifically, Miniflare, a tool often used to emulate Cloudflare Workers, is encountering an access violation. This kind of error usually occurs due to issues related to:
Possible Solutions
nvm use 18
pnpm store prune
pnpm install miniflare@latest
If the issue persists, let me know any recent changes you made to the code or configuration so I can help further debug it. |
I didn't make any changes and I did exactly everything that it's written but it didn't help to make it work and I'm still facing the error |
yeah @vgcman16 I tried on a virtualbox using ubuntu and It worked fine |
I get the same error. Fresh clone of repo. I guess it could be the windows security ramswomware protection? if so what would i need to exclude? |
yes I think so, because with virtual box and Ubuntu I had no problem running it while I did have some problems with the models |
Check you have the latest version of Visual Studio C++ installed (14.40.33816) I'm not sure if it's the same for Windows 11 but the steps to check the version on Windows 10 are:
If not, download/install the latest version here and restart your computer: |
…ame-on-download-zip Unique name on download zip
I tried to solve this problem for hours but I can't seem to make it work I don't know why. I'm using win 11
The text was updated successfully, but these errors were encountered: