Whenever I try to upload a package I get the following error:
We could not upload that file. Please try again with a different .zip file.
Missing or malformed file in package: editorextensions\in-a-circle-ext\bin\extension.js
I’ve attempted to make it as simple as possible of an extension by copying one of the example extensions. https://github.com/lucidsoftware/sample-lucid-extensions/blob/main/in-a-circle/editorextensions/in-a-circle/src/extension.ts
I created the extension using:
npx lucid-package@latest createCopied and pasted the code from the github into my extension.ts.
Tested using:
npx lucid-package@latest test-editor-extension in-a-circle-extAnd bundled using:
npx lucid-package@latest bundlenpx version = 11.6.2
lucid-package version = 0.0.127
lucid-extension-sdk = 0.0.447
Running on Windows
Looking into the zip file, the extension.js file is in the correct place, so I’m guessing it’s malformed somehow?