Let's say I just joined a new team. How can I quickly check the version of Nuxt the application is running?
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With