flow-js-testing
flow-js-testing copied to clipboard
Initialize command broken in `0.3.0-alpha.15`
Problem
When I follow the flow-js-testing installation instructions on https://developers.flow.com/tools/flow-js-testing/install I'm installing version 0.3.0-alpha.15
The next step npx flow-js-testing init then fails with Error: Cannot find module '@onflow/flow-cadut/generator'
Steps to Reproduce
npm install @onflow/flow-js-testingnpx flow-js-testing init
Acceptance Criteria
Commands should not fail and initialize my test setup 😛
Context
Tried to create a test setup using the docs at https://developers.flow.com/tools/flow-js-testing
@maggo @onflow/flow-js-testing and flow-js-testing are two different packages 🤔
Either docs is wrong or your process 🤷
I believe, this issue should be resolved in latest releases.
@maggo let me know if you still experience this.