I have an issue with installing nuxt.
The thing is,yarn global list
shows
info "create-nuxt-app@2.8.0" has binaries:
- create-nuxt-app
After running yarn create nuxt-app
I check my package.json which shows "nuxt": "^2.0.0"
Why so? I checked that the latest nuxt version is 2.8.1, shouldn't it be 2.8.1 in package.json?