plasmicapp / plasmic

Visual builder for React. Build apps, websites, and content. Integrate with your codebase.
https://www.plasmic.app
MIT License
4.69k stars 377 forks source link

Not able to run Plasmic locally on my system #125

Open ujjwalll opened 3 days ago

ujjwalll commented 3 days ago

Hi, When I am try to install and run plasmic platform on my local system, I am not able to build it due to below error. Can someone please guide me how to solve this issue? @IcaroG , please help me out. Thanks.

src/extracted-data-fetcher.ts:1:35 - error TS2307: Cannot find module '@plasmicapp/query' or its corresponding type declarations.

1 import type { HeadMetadata } from "@plasmicapp/query";


src/ExtractPlasmicQueryData.tsx:1:39 - error TS2307: Cannot find module '@plasmicapp/prepass' or its corresponding type declarations.

1 import { plasmicPrepassExtract } from "@plasmicapp/prepass";

src/ExtractPlasmicQueryData.tsx:2:35 - error TS2307: Cannot find module '@plasmicapp/query' or its corresponding type declarations.

2 import type { HeadMetadata } from "@plasmicapp/query";