-
Notifications
You must be signed in to change notification settings - Fork 2.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
Vite: error in pnpm monorepo when using default entries #7722
Comments
workaround remix-run/remix#7722
Yep, this check is probably to aggressive. Looking into it |
/@fs/
path to support default server/client entry outside of app root
#7913
This should be fixed by #7913. |
Hello, this issue is present on Windows, tested again today in nightly version and still doesn't work. Tested on MacOS and works just fine. Here's link to the original comment: #7960 (comment) Basicaly, solution for this is to run |
Could someone test this patch on Windows? #8057 |
@hi-ogawa I can confirm that your patch solves my specific problem on Windows. |
Windows issues should be fixed by #8057 . You can try it out on |
What version of Remix are you using?
0.0.0-experimental-5603af8a3
Are all your remix dependencies & dev-dependencies using the same version?
Steps to Reproduce
Expected Behavior
The app should run without errors
Actual Behavior
You get an error in the browser that it can't find the default entry files outside of the root workspace:
Workaround: run
pnpm remix reveal
in the workspace to create default entriesThe text was updated successfully, but these errors were encountered: