basementdevs / twitch-better-profile

Twitch Better Profile - A new way to first interact with users on Twitch.
55 stars 14 forks source link

ERROR: Failed to resolve './gen-assets/icon16.plasmo.png' during manifest transformation #42

Closed M4teusPrado closed 2 months ago

M4teusPrado commented 2 months ago

I encountered an error while building my Twitch extension using Plasmo. During the manifest transformation step, the build process fails when attempting to resolve several icon files that are supposed to be located in the ./gen-assets/ directory. The error message suggests that files like icon16.plasmo.png, icon32.plasmo.png, among others, cannot be found in the specified directory.

image

Steps to Reproduce:

moovmooov commented 2 months ago

I tried to reproduce the error, but everything works fine for me. Is your main branch updated? It looks like PR #38 might have already resolved this issue.

DanielHe4rt commented 2 months ago

@M4teusPrado please let us know if you fixed the issue so we can close here.

Before do any contribution please sync you branch <3

M4teusPrado commented 2 months ago

Thank you very much, everyone. The error was exactly as described, and we have close the issue