Skip to content

env #761

Discussion options

You must be logged in to vote

@NagoriMustakim from package.json file remove it from dependencies if do not want to use it. More particularly you also need to remove it from the node_modules folder if you want to remove it completely.

But it then left all of the packages on which this package was dependent inside the node_modules folder. So you can remove the whole node_modules folder and recreate the fresh copy of node_modules with the command npm install.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by alymurtazamemon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants