T
T
Think With Your Head2015-10-01 19:43:58
JavaScript
Think With Your Head, 2015-10-01 19:43:58

How can I find out the current version of a particular plugin in the official repository?

Hello!
What command in the console allows you to find out the current version of npm or bower plugin in the official repository?
To check what version is currently in the system and what is the latest one without visiting their website?
And in general, is there a convenient interface (command) for obtaining information about the version history of a particular plugin, by analogy with git hist?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
littleguga, 2015-10-01
@Vyad

Here's how to find out what version is local
To find out the version in the repository:
npm info module version
e.g.
npm info gulp version
npm outdated

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question