Description
Recently I've been running into the following error when using the remove-lockfiles module.
Error: Cannot find module 'pify'
Require stack:
- /Users/nick/Repositories/public/salte-auth/auth0/node_modules/force-del/lib/regular-remove.js
- /Users/nick/Repositories/public/salte-auth/auth0/node_modules/force-del/lib/delete-file.js
- /Users/nick/Repositories/public/salte-auth/auth0/node_modules/force-del/index.js
- /Users/nick/Repositories/public/salte-auth/auth0/node_modules/remove-lockfiles/index.js
- /Users/nick/Repositories/public/salte-auth/auth0/node_modules/remove-lockfiles/cli.js
My best guess as to why this is suddenly occurring is that some other library had pify listed as a dependency.
Shouldn't pify be listed as a dependency rather than a devDependency of this module?
Description
Recently I've been running into the following error when using the
remove-lockfilesmodule.My best guess as to why this is suddenly occurring is that some other library had
pifylisted as a dependency.Shouldn't
pifybe listed as adependencyrather than adevDependencyof this module?