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

Error running command under Windows #7

Open
xsxz01 opened this issue Oct 25, 2022 · 1 comment
Open

Error running command under Windows #7

xsxz01 opened this issue Oct 25, 2022 · 1 comment

Comments

@xsxz01
Copy link

xsxz01 commented Oct 25, 2022

Hello, the author, this framework does not perform well under Windows. Running the command crashed. My operating system is Windows 11 Professional Edition, and the version number is 22621.674.

The following error is reported when creating a website, although some files seem to be able to be created
thread 'main' panicked at 'calledResult::unwrap()on anErrvalue: Os { code: 3, kind: NotFound, message: "系统找不到指定的路径。" }', C:\Users\qq150\.cargo\registry\src\github.com-1ecc6299db9ec823\ananc-0.4.0\src\main.rs:281:77 stack backtrace: note: Some details are omitted, run withRUST_BACKTRACE=fullfor a verbose backtrace.

The following errors are reported when running the website
thread 'main' panicked at 'calledOption::unwrap()on aNonevalue', C:\Users\qq150\.cargo\registry\src\github.com-1ecc6299db9ec823\ananc-0.4.0\src\main.rs:256:49 note: run withRUST_BACKTRACE=1environment variable to display a backtrace

@saru-tora
Copy link
Owner

I tried to change the way paths are handled. Hopefully, it should work now.

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

2 participants