Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

How to list all versions of an npm module?

Usually I do this if I want to see all versions

npm view webpack versions --json

This is pretty much the same but won't list alpha or beta releases

npm show [email protected]* version

with yarn its just yarn info react-dnd versions, you can leave versions off for a lot of other info

Tags:

Node.Js

Npm

Related

Route and view naming conventions Count unique values using pandas groupby How to get Microsoft.Extensions.Logging<T> in console application using Serilog and AutoFac? Median of a Matrix with sorted rows How to check if user needs to re-authenticate using Firebase Authentication Eclipse installer Internal error: Registry directory not available Swift- Change font on an HTML string that has its own Styles Rotate an image 180 degrees on click with jquery with animation Node.js promise request return how to address Git error "the requested upstream branch 'upstream/master' does not exist" Swift remove ONLY trailing spaces from string Bootstrap with Flask

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy