Skip to content
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

a bug in the nuecli root #258

Closed
yuhengliang opened this issue Apr 9, 2024 · 5 comments
Closed

a bug in the nuecli root #258

yuhengliang opened this issue Apr 9, 2024 · 5 comments

Comments

@yuhengliang
Copy link

❌ The root path is invalid :
nue serve --root resource/nue

✅ The root path is valid :
nue serve --root nue

@nobkd
Copy link
Collaborator

nobkd commented Apr 9, 2024

Hello. Can you create a reproduction/show your folder structure and location where you run the command?

@yuhengliang
Copy link
Author

yuhengliang commented Apr 9, 2024

If the --root path contains a slash (/), root cannot obtain the correct path, in file: nuekit/cli.js

@nobkd
Copy link
Collaborator

nobkd commented Apr 9, 2024

Thank you for the clarification. Will check it out, once I get home.

@kon-pas
Copy link
Contributor

kon-pas commented Apr 9, 2024

All nuecli args that end with /nue are skipped and looks like this is intentional.

@yuhengliang
Copy link
Author

All nuecli args that end with /nue are skipped and looks like this is intentional.

That's true. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants