Closed dansteren closed 1 year ago
I think there are also deps on ic-wasm
, and ic-repl
if not others. This issue is likely more than just the mops
dependency, but that there are many prerequisites that need to be installed before being able to run the performance report and they should all be specified and directions given for their installation.
I tried following the steps in how to reproduce performance report and got the following error:
It seems I need to install mops before I can proceed.
It would be good to document this, or maybe even create a package.json with this as a dependency so you can just
npm install
and have install mops locally. I generally prefer to install dependencies without the-g
flag, even for CLI tools.