`Cannot start nuxt: Maximum call stack size exceeded` For yarn dev command
I cloned my project from another machine that is UNIX based onto my Windows machine. After running yarn install and then yarn dev I get the error in the image.
I tried it with npm, completely crashes, tried it pnpm, gives same error.
My Node version is 18 LTS, package manager versions are the newest, though the person who wrote the project said he an used older yarn version.
There is a yarn lock file.
Windows 10 OS
Does anyone have any idea why this could be? No matter what I try, the cloned project just can't install packages or run properly. Thank you in advance!
I tried it with npm, completely crashes, tried it pnpm, gives same error.
My Node version is 18 LTS, package manager versions are the newest, though the person who wrote the project said he an used older yarn version.
There is a yarn lock file.
Windows 10 OS
Does anyone have any idea why this could be? No matter what I try, the cloned project just can't install packages or run properly. Thank you in advance!
