Open sanjeevkumar143 opened 4 years ago
hey @sanjeevkumar143 - can you add more context about how you are running into this issue? Are you running from a browser (if so what build tool - webpack, rollup, parcel, etc), node.js, other?
no, I am using the Figma software after a lot of hours wasted I change my tsc.config file and made change "module":"udm" and it work all errors gone but now am facing another issue which is the plugin frozen https://prnt.sc/sus730 it's just loading nothing come up
nothing come up in Figma console just stuck in loading
oh I see - you are running this locally. have you tried npm install && npm run dev
from the root of this project before running the plugin in development mode?
oh I see - you are running this locally. have you tried
npm install && npm run dev
from the root of this project before running the plugin in development mode?
yes i tried it
Syntax error on line 10: Unexpected token import { traverseLayers } from "./functions/traverse-layers";