exifr icon indicating copy to clipboard operation
exifr copied to clipboard

Critical dependency: the request of a dependency is an expression

Open tuanalumi opened this issue 3 years ago • 3 comments

 warning  in ./node_modules/exifr/dist/full.esm.mjs

Critical dependency: the request of a dependency is an expression

I got this error after upgrading some packages of my project. The weird thing is when I changed to lite or mini version, the warning disappears.

FYI, I use vue-cli-service to start the project.

tuanalumi avatar Dec 29 '21 10:12 tuanalumi

Same here. We are using it in a Gatsby project. Importing mini or the light doesn't work for us (the warning isn't happing there), we need the full version.

feedm3 avatar May 24 '22 07:05 feedm3

We are seeing this as well and would like a fix for it. It's more annoying than anything.

adamleemiller avatar Jan 31 '23 04:01 adamleemiller

Did anyone find a solution for this? I'm getting the error on: 7.1.3

Importing like this: import exifr from "exifr";

digitalmagnets avatar Nov 23 '23 11:11 digitalmagnets