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
It appears select-indicator.tsx has a line:import * as figures from 'figures' however 'figures' does not appear in the package.json dependencies. This is likely showing up for me due to pnpm's unique node_module structure and installing 'figures' in my own project (via pnpm add -D figures) does seem to be a viable workaround if anyone else sees this.
I would suggest declaring 'figures' a dependency in package.json to safeguard in case you remove the package that is actually including 'figures' or if that package drops 'figures' from its dependencies.
The text was updated successfully, but these errors were encountered:
I was attempting to use fauna-schema-migrate with pnpm via:
pnpm add -D fauna-schema-migrate
and received the following error when running:
It appears select-indicator.tsx has a line:
import * as figures from 'figures'
however 'figures' does not appear in the package.json dependencies. This is likely showing up for me due to pnpm's unique node_module structure and installing 'figures' in my own project (viapnpm add -D figures
) does seem to be a viable workaround if anyone else sees this.I would suggest declaring 'figures' a dependency in package.json to safeguard in case you remove the package that is actually including 'figures' or if that package drops 'figures' from its dependencies.
The text was updated successfully, but these errors were encountered: