Error upon first run
Opened this issue · 3 comments
antonija-nosto commented
jamieecarr commented
Looks like the typescript hasn't compiled but I can't replicate this on my end.
Could you post the output of the npm run watch
command?
nwittwer commented
nwittwer commented
Ah, maybe some confusion of how to get started.
How I started:
- Figma: Plugins > Development > New Plugin...
- Figma: Template: "With UI & browser APIs"
- Figma: Save as...
- Copy ID from the generated
manifest.json
- Paste into this project's
manifest.json
missing steps:
- You can just delete this new plugin from Figma now, you just needed an ID (Plugins > Manage > Remove...)
- Figma: Plugins > Development > New Plugin... > Link existing plugin
- Select this project's
manifest.json
file - Run
npm run watch
again - Figma: Plugins > {{ your plugin }}
- No errors!