Skip to content

Cannot find module '../../../../../Users/roboshoes/ #11

@hapticdata

Description

@hapticdata

This issue only exists if your tsconfig.json does not include skipLibCheck enabled, so it was easy enough to bypass, but I ran into these two errors:

ERROR in /Users/kylephillips/Dropbox/dev/sketches/grid2d-subdiv-three/node_modules/canvas-recorder/index.d.ts
ERROR in /Users/kylephillips/Dropbox/dev/sketches/grid2d-subdiv-three/node_modules/canvas-recorder/index.d.ts(26,44):
TS2307: Cannot find module '../../../../../Users/roboshoes/Projects/canvas-recorder/src/shared'.

and

declare const bootstrap: (options?: import("../../../../../Users/roboshoes/Projects/canvas-recorder/src/shared").BoostrapOptions) => void;

this is from v1.7.1 so I havent verified if this happens with v1.8.0 yet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions