apidoc/apidoc-core

WARN deprecated wrench@1.5.9: wrench.js is deprecated!

sdkfuyr opened this issue · 2 comments

I'm trying to install apidoc npm module, but:

npm WARN deprecated wrench@1.5.9: wrench.js is deprecated! You should check out fs-extra (https://github.com/jprichardson/node-fs-extra) for any operations you were using wrench for. Thanks for all the usage over the years.

alqu commented

Same here.
As it seems, the only usage of "wrench" is in lib/utils/find_files.js for the method "readdirSyncRecursive".

Someone has to replace the code as it has been done e.g. like here:
jsdoc/jsdoc@5ca4590#diff-c261130191b3954c0ab20303d80533faR83

Hope to help,

Michael

alqu commented

It seems the issue can be closed. Thanks!