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
When I import { requireThat } from "@cowwoc/requirements"; and try to run the code, I get the following error:
Error: Cannot find package 'strip-ansi' imported from .../node_modules/.pnpm/@[email protected]/node_modules/@cowwoc/requirements/node/internal/message/diff/DiffGenerator.mjs
Did you mean to import "strip-ansi/index.js"?
The text was updated successfully, but these errors were encountered:
When I
import { requireThat } from "@cowwoc/requirements";
and try to run the code, I get the following error:The text was updated successfully, but these errors were encountered: