You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
Fix imports in CLI scripts to use "@onflow/flow-cadut" package instead of "flow-cadut". This must have been missed in the migration to the new NPM registry
Instructions
Fix imports in CLI scripts to use "@onflow/flow-cadut" package instead of "flow-cadut". This must have been missed in the migration to the new NPM registry
Problem
When attempting to follow steps listed in docs https://docs.onflow.org/flow-js-testing/install/ the CLI does not work. It throws a missing import error from "flow-cadut/generator"
Steps to Reproduce
Follow steps in docs
Acceptance Criteria
CLI works.
The text was updated successfully, but these errors were encountered: