-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
We've been using three-perf package. When we moved to a monorepo, we got the following errors (See below). No other dependencies gave any errors, so I wonder if it may be an issue with this dependency?
Our repo is private, and ran out of time before creating a minimal reproduction. Thought I'd post here first and see if you have any ideas. If you need a minimal reproduction, I can probably take a crack at that when I get some more time.
Thanks!
./../node_modules/.pnpm/three-perf@1.0.10_three@0.162.0/node_modules/three-perf/dist/ui/UI.d.ts:1:27 - error TS2307: Cannot find module 'three-perf/ThreePerf' or its corresponding type declarations.
1 import { ThreePerf } from 'three-perf/ThreePerf';
~~~~~~~~~~~~~~~~~~~~~~
../../node_modules/.pnpm/tweakpane@3.1.10/node_modules/tweakpane/dist/types/blade/list/api/list.d.ts:1:86 - error TS2307: Cannot find module '@tweakpane/core' or its corresponding type declarations.
1 import { ApiChangeEvents, BladeApi, LabelController, ListController, ListItem } from '@tweakpane/core';
~~~~~~~~~~~~~~~~~
../../node_modules/.pnpm/tweakpane@3.1.10/node_modules/tweakpane/dist/types/blade/list/plugin.d.ts:1:65 - error TS2307: Cannot find module '@tweakpane/core' or its corresponding type declarations.
1 import { BaseBladeParams, BladePlugin, ListParamsOptions } from '@tweakpane/core';
~~~~~~~~~~~~~~~~~
../../node_modules/.pnpm/tweakpane@3.1.10/node_modules/tweakpane/dist/types/blade/root/api/preset.d.ts:1:45 - error TS2307: Cannot find module '@tweakpane/core' or its corresponding type declarations.
1 import { BindingTarget, InputBinding } from '@tweakpane/core';
~~~~~~~~~~~~~~~~~
../../node_modules/.pnpm/tweakpane@3.1.10/node_modules/tweakpane/dist/types/blade/root/api/root.d.ts:1:39 - error TS2307: Cannot find module '@tweakpane/core' or its corresponding type declarations.
1 import { FolderApi, PluginPool } from '@tweakpane/core';
~~~~~~~~~~~~~~~~~
../../node_modules/.pnpm/tweakpane@3.1.10/node_modules/tweakpane/dist/types/blade/root/controller/root.d.ts:1:65 - error TS2307: Cannot find module '@tweakpane/core' or its corresponding type declarations.
1 import { Blade, FolderController, FolderProps, ViewProps } from '@tweakpane/core';
~~~~~~~~~~~~~~~~~
../../node_modules/.pnpm/tweakpane@3.1.10/node_modules/tweakpane/dist/types/blade/slider/api/slider.d.ts:1:89 - error TS2307: Cannot find module '@tweakpane/core' or its corresponding type declarations.
1 import { ApiChangeEvents, BladeApi, LabeledValueController, SliderTextController } from '@tweakpane/core';
~~~~~~~~~~~~~~~~~
../../node_modules/.pnpm/tweakpane@3.1.10/node_modules/tweakpane/dist/types/blade/slider/plugin.d.ts:1:57 - error TS2307: Cannot find module '@tweakpane/core' or its corresponding type declarations.
1 import { BaseBladeParams, BladePlugin, Formatter } from '@tweakpane/core';
~~~~~~~~~~~~~~~~~
../../node_modules/.pnpm/tweakpane@3.1.10/node_modules/tweakpane/dist/types/blade/text/api/text.d.ts:1:87 - error TS2307: Cannot find module '@tweakpane/core' or its corresponding type declarations.
1 import { ApiChangeEvents, BladeApi, Formatter, LabelController, TextController } from '@tweakpane/core';
~~~~~~~~~~~~~~~~~
../../node_modules/.pnpm/tweakpane@3.1.10/node_modules/tweakpane/dist/types/blade/text/plugin.d.ts:1:65 - error TS2307: Cannot find module '@tweakpane/core' or its corresponding type declarations.
1 import { BaseBladeParams, BladePlugin, Formatter, Parser } from '@tweakpane/core';
~~~~~~~~~~~~~~~~~
../../node_modules/.pnpm/tweakpane@3.1.10/node_modules/tweakpane/dist/types/index.d.ts:2:602 - error TS2307: Cannot find module '@tweakpane/core' or its corresponding type declarations.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels