create-nuxt-app
create-nuxt-app copied to clipboard
limited amount of options
Good morning, I am not able to create a nuxt app with all the new nice options (jest, ant-design, etc.). I already did update node and npx. I really appreciate any help.
Could you provide more details ?
Double check you don't have any old global version of create nuxt app installed or in the cache.
For the sake of testing, you could also use yarn create nuxt-app myprojectname
@jfcmoeller : try npm outdated -g in your terminal, you'll see list of all outdate global packages.
It will look something like this:

You can either update a single package, or update all globally-installed packages
Hi all, Thanks for all the answers. I typed npm outdated -g in my terminal. That is the output:
npm ERR! Cannot read property 'length' of undefined