Skip to content
New issue

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

Shouldn't pify be a normal dependency? #54

Open
cecilia-sanare opened this issue Apr 29, 2020 · 0 comments
Open

Shouldn't pify be a normal dependency? #54

cecilia-sanare opened this issue Apr 29, 2020 · 0 comments

Comments

@cecilia-sanare
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant