Andy Ghiuta

Results 9 comments of Andy Ghiuta

I have the same issue. A few more details: I have also two fragments, both with lists which they load asynchronously. Both fragments have a refresh button in the menu....

Had the same problem with nvm-windows and found a quick workaround. `nvm` install directory is `C:\nvm`; nodejs is `C:\nodejs`. After installing `nvm` and a version of node (eg 8.9.4), I...

I'm seeing the same. It exits with code 1: ``` npm warn exec The following package was not found and will be installed: [email protected] Uploading {REDACTED}.zip { Error: IN_PROGRESS Processing...

It's not rejected. This is the first call to upload and the item was previously published. After the error, it's in draft in the developer dashboard and manually submitting it...

I see that the check is always if the uploadState is 'SUCCESS', which clearly isn't in this case => https://github.com/fregante/chrome-webstore-upload-cli/blob/main/util.js#L4 It may be due to an increase in the zip...

Took an initial stab at it in #92. I have not tested this at all, so please feel free to adjust as necessary.

No, the item was previously published, no new draft or changes were manually made. I think it's only due to the `uploadState` returning `IN_PROGRESS`, because that's the first thing you...

I believe it's due to the size. In my case the zip size grew from 25Mb to almost 60Mb

I see this too. Just upgraded to [email protected]. Using `npm`, manifest defined in TS. I have a TS error in vite.config.ts (`defineConfig`): ``` Type 'import("/my-ext/path/node_modules/@samrum/vite-plugin-web-extension/node_modules/vite/dist/node/index").PluginOption' is not assignable to type...