We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"@remix-run/cloudflare": "^1.12.0", "@remix-run/cloudflare-pages": "^1.12.0", "@remix-run/react": "^1.12.0"
npx create-remix@latest
v2_routeConvention: true
remix.config.js
future
yarn dev
yarn build
Build/Run successfully.
Building Remix app in production mode... ✘ [ERROR] [plugin browser-route-module] ENOENT: no such file or directory, open '...../app/outes/_index.tsx' Build failed with 1 error: error: ENOENT: no such file or directory, open '..../app/outes/_index.tsx' Error at Object.onCompileFailure (..../node_modules/@remix-run/dev/dist/cli/commands.js:180:13) at Object.compile (..../node_modules/@remix-run/dev/dist/compiler/remixCompiler.js:34:134) at processTicksAndRejections (node:internal/process/task_queues:96:5) at async Object.build (..../node_modules/@remix-run/dev/dist/compiler/build.js:33:3) at async Object.build (..../node_modules/@remix-run/dev/dist/cli/commands.js:175:3) at async Object.run (..../node_modules/@remix-run/dev/dist/cli/run.js:449:7)
Is there a missing r in the path open '...../app/outes/_index.tsx'
r
open '...../app/outes/_index.tsx'
The text was updated successfully, but these errors were encountered:
Duplicate of #5322
Sorry, something went wrong.
closed 👍
No branches or pull requests
What version of Remix are you using?
"@remix-run/cloudflare": "^1.12.0", "@remix-run/cloudflare-pages": "^1.12.0", "@remix-run/react": "^1.12.0"
Are all your remix dependencies & dev-dependencies using the same version?
Steps to Reproduce
npx create-remix@latest
(basic setup/cloudflare pages)v2_routeConvention: true
inremix.config.js
future
yarn dev
oryarn build
Expected Behavior
Build/Run successfully.
Actual Behavior
Is there a missing
r
in the pathopen '...../app/outes/_index.tsx'
The text was updated successfully, but these errors were encountered: