-
Notifications
You must be signed in to change notification settings - Fork 13
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
Annoying Warning: No routes defined. Check if your pages folder exists #137
Comments
Do you have set |
@victorgarciaesgi Why i have to set it? It's not using the same as Nuxt? With this command i'm automatically setting the rootDir (see HERE): Otherwise, with which value should i set it? |
Yeah i'm talking about the nuxt one! I'm using it. Are the types working even if the message appears? |
@victorgarciaesgi My And the types seems working |
I get this warn too |
I'm still getting this with |
Describe the bug
Running command
nuxi dev ./src -o
cause the warningNo routes defined. Check if your pages folder exists
, but my pages folder exist. And also the messageRouter autocompletions generated
appear in the console, so I'm not sure about what's happeningExpected behavior
To just have the message
✔ Router autocompletions generated
Screenshots
Environnement infos
Folders:
I'm running the project in a folder called
backoffice
, containing ansrc
folder with the nuxt application inside.The
package.json
is in thebackoffice
folder.The
.nuxt
folder is in thebackoffice/src
folder.Your
pages
folder structureRun
npx tree-node-cli {your page folder path}
Your nuxt.config.ts
The text was updated successfully, but these errors were encountered: