S
S
Sergey2018-05-18 14:28:42
npm
Sergey, 2018-05-18 14:28:42

How to update a dependent plugin?

I installed the stylefmt plugin via NPM, which in its dependencies contains the stylelint plugin of the old version (7.10.1). How can I update this dependent plugin to the current version (9.2.1) automatically?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Belyaev, 2018-05-18
@SergeiB

The stylefmt module can quite reasonably require its own dependencies for a particular version, in order to avoid breakages
If you need a dependent module (stylelint) - install it separately, so you will have the current version, and the stylefmt module will have the version that it needs

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question