What's the right way to install Pinia?

The docs say to install pinia @pinia/nuxt, but @pinia/nuxt already has pinia as a dep.. (and we've been just using that for months)

https://github.com/vuejs/pinia/blob/v2/packages/nuxt/package.json#L50

We're moving from yarn to npm and just noticed this diff. So are the install docs outdated, or is there another reason we're supposed to install pinia by itself along with @pinia/nuxt?
Was this page helpful?