ppz
ppz

Reputation: 21

Error when installing my own Chrome Extension from Chrome Web Store: "Download error: Could not unzip extension"

I'm developing a chrome extension, here is my repo, after I finished a feature, I run script in package.json pnpm surge which is npm version patch && tsc --noEmit && vite build && zip dist.zip -r dist to create a build file and compress the dist dictionary to dist.zip, and submit this zip file to chrome web store.

At the earlier releases(I can't remember when), everything works fine, but in recent release, after my new submission is accepted and publish to store,I try to install it at the store, I got this error Download error: Could not unzip extension, but load the same unpacked dist dictionary works just fine.

I search the net, but suggestions are vague, like resubmit the package with a bumped version. But this thing just happens randomly. Is there any way to debug what's going wrong? Or my code have some problem I can't figure out?

resubmit the zip file not 100% working

Upvotes: 0

Views: 91

Answers (0)

Related Questions