So as I'm trying pack an extension I made every time I try to pack it it just says Failed to export key. I have a Chromebook so I'm not sure if I'm missing something, but I believe it's just something Chromebook doesn't have.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I realize it has been a while since your post, but I ran into this today and found out that it was due to permissions in the folder where the extension was. Turns out that chrome tries to create the key file and crx file one folder up from the folder you provide as the extension root. That can be a problem if you don't have write permission to that folder. I moved my extension to a sub-folder of the one I had originally created for it, tried again and it worked. |
|||
|
|