[π]Unable to run development container
Which component is affected?
Starters / CLI
Describe the bug
Hi, I have never been a contributor, but I have just discovered a small mistake while playing with Qwik. I will try to correct it to learn.
https://github.com/BuilderIO/qwik/blob/ac69fe82746bcbe46a437915ca2b7b62f916ff00/CONTRIBUTING.md#the-recommended-way
I have tried the above, but the project fails to start in the dev container.
cargo install cargo-insta wasm-pack fails.
I have read the CONTRIBUTING.md, but I am new to creating issues, so please let me know if I am doing something wrong or missing information.
Reproduction
https://github.com/taichi221228/qwik
Steps to reproduce
Run Remote-Containers: Open Folder in Container from the VSCode command palette
System Info
# Qwik Version
latest
# Operating System (or Browser)
Mac M1 using VSCode
# Node Version
16.15.0
Additional Information
No response
wasm-pack v0.11.0 got released 9d ago so we should be fine to upgrade it to get rid of this issue π
https://github.com/rustwasm/wasm-pack/releases/tag/v0.11.0
Got the same problem with my Mac M1

Sorry for the late reply, I just tried that and it solved the problem. Thanks.
@zanettin I am also getting the same issue the way @wtlin1228 has mentioned.
I have also tried executing steps manually but facing the same error.
System config :
Hi @ngdevelop-tech π
With executing steps manuallyyou mean this part of the docs, right? i am working still with this solution tbh π hope anybody has time to look at this issue soonish!
Hello @zanettin π Thanks for the quick reply.
I meant manual steps of Executing devContainers without VSCode, which was also giving above-shared error. Later on, I tried alternative way. It worked for me.