Ryan Vandersmith
Ryan Vandersmith
Since this seems to narrow down the issue to something that's specific to your local dev environment, here are a few more debugging questions: 1. Is `dfx` available on your...
Yep! As a side note, if you want to simplify the setup process, you can add the `init_arg_file` field to your `dfx.json` file: ```json "icp_ledger_canister": { "type": "custom", "candid": "https://raw.githubusercontent.com/dfinity/ic/ec35ebd252d4ffb151d2cfceba3a86c4fb87c6d6/rs/rosetta-api/icp_ledger/ledger.did",...
No worries; it would be good to figure out what's happening so that we can fix this for anyone else encountering the same issue. This is bizarre though. I'll ask...
As a quick update, I included [a bugfix](https://github.com/dfinity/vscode-motoko/pull/284) in version `0.16.4` of the extension which might be possible to use as a workaround for this issue. You could try the...
Thanks for the debugging info. Since this only seems to happen on your machine (given that everything works on Gitpod and #284 fixed the error for Severin internally), I'm not...
Thanks for the fix! How recently was the `--no-install` flag added to Mops? Since the extension uses an externally installed Mops version (rather than the version bundled with the extension),...
Here is what I'm imagining (updating the error message slightly below the original code change): ```ts throw new Error( `Error while finding Mops packages.\nMake sure the latest version of Mops...
I just got a chance to check back on this. Thanks for the update! Merged.
Issues related to improving error messages: - #3434 - #2700 - #1489 - #1218 - #3803 - #3739 - #3711
@CodiumAI-Agent /review