mops
mops copied to clipboard
Vscode Motoko extension error
My simple hello world have error from mops, how to fix it?
Error: Error while running `defaults.build.packtool` in `dfx.json` config file:
Command failed: mops sources
dfx.json
...
"defaults": {
"build": {
"args": "",
"packtool": "mops sources"
}
},
...
What is the output of mops sources if you run it in terminal?
What is the output of
mops sourcesif 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