flow-js-testing icon indicating copy to clipboard operation
flow-js-testing copied to clipboard

Initialize command broken in `0.3.0-alpha.15`

Open maggo opened this issue 3 years ago • 2 comments

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

  1. npm install @onflow/flow-js-testing
  2. npx 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 avatar Sep 07 '22 11:09 maggo

@maggo @onflow/flow-js-testing and flow-js-testing are two different packages 🤔 Either docs is wrong or your process 🤷

MaxStalker avatar Sep 29 '22 14:09 MaxStalker

I believe, this issue should be resolved in latest releases.

@maggo let me know if you still experience this.

MaxStalker avatar Jul 27 '23 18:07 MaxStalker