We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dependency
Recently I've been running into the following error when using the remove-lockfiles module.
remove-lockfiles
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.
pify
Shouldn't pify be listed as a dependency rather than a devDependency of this module?
devDependency
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
Recently I've been running into the following error when using the
remove-lockfiles
module.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 adependency
rather than adevDependency
of this module?The text was updated successfully, but these errors were encountered: