I
I
Ibishka2020-03-08 19:55:17
npm
Ibishka, 2020-03-08 19:55:17

How to remove an unused package from a project?

I previously installed vuex and now I want to remove it from the project. How to completely remove from a project?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
Tigran Abrahamyan, 2020-03-08
@Ibishka

If you have vuex inside dependencies, namely, it should sit there, then.
npm uninstall --save vuex
If in devDependencies then.
npm uninstall -D vuex

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question