hyperbrew / bolt-cep

A lightning-fast boilerplate for building Adobe CEP Extensions in React, Vue, or Svelte built on Vite + TypeScript + Sass
MIT License
315 stars 40 forks source link

Problem with "npm run watch" on Premiere Pro project #132

Closed GreenDuckStudio closed 4 months ago

GreenDuckStudio commented 5 months ago

Hi when running npm run watch i get this error:

src/jsx/index.ts:10:9 - error TS2304: Cannot find name 'BridgeTalk'. 10 switch (BridgeTalk.appName as ApplicationName) {


Found 1 error in src/jsx/index.ts:10

I am using Windows 11 and Node.js version v20.14.0

My Extension is only created for premiere-pro

justintaylor-dev commented 4 months ago

You'll want to run npm run dev

And the error you're describing is a TypeScript error so you'll need to look at your ppro.ts file and find the issue.

Closing this, if you need more help with general Bolt questions like this, join our Discord:

https://discord.gg/PC3EvvuRbc