bundlephobia icon indicating copy to clipboard operation
bundlephobia copied to clipboard

MissingDependencyError: exiftool-vendored node:fs node:os

Open binbard opened this issue 9 months ago • 1 comments

exiftool-vendored

ERROR:

MissingDependencyError
This package (or this version) uses `node:child_process`, `node:events`, `node:fs`, `node:os`, `node:path`, `node:process`, `node:timers` and `node:util`, but does not specify them either as a dependency or a peer dependency
ModuleNotFoundError: Module not found: Error: Can't resolve 'node:child_process' in '/tmp/tmp-build/packages/build-exiftool-vendored-cDz/node_modules/batch-cluster/dist'

Problem

My guess is if it would have been child_process, events, fs instead of node:child_process, node:fs, it should have worked. Please fix this.

binbard avatar May 20 '24 20:05 binbard