You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello i am quite new to solana development and i am currently following the Solana Bootcamp https://www.youtube.com/watch?v=amAq-WHAFs8&t=5800s
In the solana bootcamp the nightly compiler successfully identifies errors when running anchor build, however when i compile with the same command it compiles successfully everytime and gives no errors (even though there clearly are errors).
The text was updated successfully, but these errors were encountered:
I use VSCode on WSL,
I run anchor cli 0.30.1
AVM 0.30.1
rustc 1.83.0 (90b35a623 2024-11-26)
rustup 1.27.1 (54dd3d00f 2024-04-24)
solana-cli 2.0.17 via Agave
You shared a lot of information but missed the most important one, which is the exact part of the code you're having problems with. The repository that the video is about might have been updated, so you might not have the exact same code.
Hello i am quite new to solana development and i am currently following the Solana Bootcamp https://www.youtube.com/watch?v=amAq-WHAFs8&t=5800s
In the solana bootcamp the nightly compiler successfully identifies errors when running anchor build, however when i compile with the same command it compiles successfully everytime and gives no errors (even though there clearly are errors).
The text was updated successfully, but these errors were encountered: