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

Core packages are labeled as unused #462

Closed
ktalebian opened this issue Nov 2, 2019 · 1 comment
Closed

Core packages are labeled as unused #462

ktalebian opened this issue Nov 2, 2019 · 1 comment

Comments

@ktalebian
Copy link

I have packages fs, path, util that I use in my code defined in my dependencies, but depcheck always says these are unused packages:

Unused dependencies
* fs
* path
* util

Why is that?

@rumpl
Copy link
Member

rumpl commented Nov 2, 2019

Hey,

fs, path and util are builtin modules in node, there is no need to add them as dependencies, you can safely remove them from your package.json

Cheers

@rumpl rumpl closed this as completed Nov 2, 2019
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

No branches or pull requests

2 participants