openzim / kolibri

Convert a Kolibri channel in ZIM file(s)
GNU General Public License v3.0
8 stars 13 forks source link

png module not found fix #123

Closed Sudarshan-21 closed 3 months ago

Sudarshan-21 commented 3 months ago

closes #124

Screenshot from 2024-04-04 14-22-36

Now the image files are getting recognized as modules and the error previously encountered is resolved.

benoit74 commented 3 months ago

This is already done in vite/client.d.ts ; your local setup is still not OK. I won't merge this and will close the corresponding issue.

Sudarshan-21 commented 3 months ago

@benoit74 I tried getting my local setup OK, but I will need your help to figure out this one. can you please guide me through. I guess that it is to be resolved by npm install by getting all the dependencies mentioned in the package.json. But there are version conflicts in many dependencies, so, before I try to force install them, I would like to get suggestion/ solution from you. Correct me if I am going the wrong way