Hi,
I’m new to Rust and have encountered some issues while setting up my development environment. Here’s what I’ve done so far:
1. Installed Rust: Completed successfully.
2. Installed DX: Completed successfully.
3. Created a New Project: No issues during creation.
However, when I attempt to start the project using the command dx serve --platform web, I receive the following errors:
• error[E0463]: can't find crate for 'std'
• error[E0463]: can't find crate for 'core'
I have tried the following troubleshooting steps without success:
• Reinstalled DX
• Reinstalled Rust
• Installed additional Rust components as suggested by various online resources and ChatGPT
Despite these efforts, the problem persists. Could you please advise on any additional steps I can take to resolve this issue?