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
I have everything setup and no errors in the code. I doubles check the idl file exist and I am using the import { UserGMarket } from "../target/types/user_g_market";
and the file exist and when I run cursor on it, giving me the same file, but when I run anchor test --skip-local-validator, its giving me this error Error: target/idl/user_g_markets.json doesn't exist. Did you run anchor build?
and I run many times anchor clean and anchor build
But facing the same issue. Here is my cargo.toml file
I have everything setup and no errors in the code. I doubles check the idl file exist and I am using the
import { UserGMarket } from "../target/types/user_g_market";
and the file exist and when I run cursor on it, giving me the same file, but when I run anchor test --skip-local-validator, its giving me this error
Error: target/idl/user_g_markets.json doesn't exist. Did you run
anchor build?
and I run many times
anchor clean and anchor build
But facing the same issue. Here is my cargo.toml file
Here is my Anchor.toml file
and here is the screen shot also
The text was updated successfully, but these errors were encountered: