Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to check the Nuxt.js version of an application?

Tags:

nuxt.js

Let's say I just joined a new team. How can I quickly check the version of Nuxt the application is running?

like image 784
Julien Le Coupanec Avatar asked Jan 30 '26 08:01

Julien Le Coupanec


1 Answers

Or simply via command line in the directory where your package.json is located:

yarn: yarn list | grep @nuxt/core

npm: npm ls | grep @nuxt/core

If you run npx nuxt dev or yarn nuxt dev it also shows the current version.

like image 192
Mario Avatar answered Feb 02 '26 03:02

Mario



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!