Replies: 1 comment
-
This is neither a Yew, nor Trunk issue. For some reason, your OS is denying access to create a directory, as mentioned in the error message:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem
Steps To Reproduce
Steps to reproduce the behavior:
1.just trunk serve
and résult is:
C:\cdj1000mk3>trunk serve
2024-09-22T13:21:58.072587Z INFO Starting trunk 0.20.3
2024-09-22T13:21:58.092904Z INFO starting build
error: failed to create directory
C:\cdj1000mk3\target\wasm32-unknown-unknown
Caused by:
Accès refusé. (os error 5)
2024-09-22T13:21:58.282482Z ERROR error
error from build pipeline
Caused by:
0: HTML build pipeline failed (1 errors), showing first
1: error from asset pipeline
2: running cargo build
3: error during cargo build execution
4: cargo call to executable 'cargo' with args: '["build", "--target=wasm32-unknown-unknown", "--manifest-path", "C:\cdj1000mk3\Cargo.toml"]' returned a bad status: exit code: 101
2024-09-22T13:21:58.283892Z INFO serving static assets at -> /
2024-09-22T13:21:58.288484Z INFO server listening at:
2024-09-22T13:21:58.288652Z INFO http://127.0.0.1:8080/
2024-09-22T13:21:58.288818Z INFO http://[::1]:8080/
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment:
master
]nightly
]wasm32-unknown-emscripten
]trunk
]Questionnaire
Beta Was this translation helpful? Give feedback.
All reactions