nicolashmln / strapi-plugin-responsive-image

Custom responsive image formats for https://strapi.io
154 stars 28 forks source link

Does not work in strapi 4.6.1 #30

Closed cervmi closed 1 year ago

cervmi commented 1 year ago

Installed as instructed. But during strapi start it shows error: error: Cannot find module '@strapi/plugin-upload/server/utils/file'

Which is true, such file is not there.

JWandscheer commented 1 year ago

I think strapi changed the way the file lib is imported (https://github.com/strapi/strapi/commit/53161238013db79cd34505907a10d8c0238643a4). Importing file using require('@strapi/utils/lib/file'); instead of require("@strapi/plugin-upload/server/utils/file"); should work?

nicolashmln commented 1 year ago

Fixed in v1.0.1