bundlephobia
bundlephobia copied to clipboard
MissingDependencyError: exiftool-vendored node:fs node:os
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.