Long Tran
Long Tran
I changed to Vite and it seems good for me. No more bug
For example: I want to query top 100 holder of a token. How I can do that without record for all wallets interacted with the canister
`dfx.json` ```json ... "defaults": { "build": { "args": "", "packtool": "mops sources" } }, ... ```
clear the dfx cache with `dfx cache install`
> What is the output of `mops sources` if you run it in terminal? --package base .mops/[email protected]/src
@ZenVoich I just noitice that the issue from this error ``` Error: Cannot find module '@napi-rs/lzma-linux-x64-gnu' ``` and some how my command should use `ic-mops` instead of `mops`
https://github.com/dfinity/vscode-motoko/issues/283 It work
Same problem in ubuntu WSL ``` Error: Cannot find module '@napi-rs/lzma-linux-x64-gnu' Require stack: ```
My WSL have npm and pnpm , I removed the npm global and installed `ic-mops` in pnpm and it work
> Hi, I am facing the same issue. (workbook.commit never resolved) > > Is there no plan for fixing this in this package? Seems the PR #2558 they mark as...