thlorenz / browserify-shim

📩 Makes CommonJS incompatible files browserifyable.
MIT License
934 stars 87 forks source link

Deprecation warnings: Invalid 'main' field of 'find-parent-dir.js'. #242

Closed paulgreg closed 2 years ago

paulgreg commented 2 years ago

When running browserify with browserify-shim on node 16, I’ve got this warning :

(node:123156) [DEP0128] DeprecationWarning: Invalid 'main' field in '/home/...//node_modules/find-parent-dir/package.json' of 'find-parent-dir.js'. Please either fix that or report it to the module author

It seems to come from mothership@0.2.0 which include find-parent-dir : https://github.com/thlorenz/find-parent-dir/issues/8