nuxt / create-nuxt-app

Create Nuxt.js App in seconds.
MIT License
3.48k stars 430 forks source link

limited amount of options #308

Open jfcmoeller opened 5 years ago

jfcmoeller commented 5 years ago

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.

clarkdo commented 5 years ago

Could you provide more details ?

manniL commented 5 years ago

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

vinayakkulkarni commented 5 years ago

@jfcmoeller : try npm outdated -g in your terminal, you'll see list of all outdate global packages.

It will look something like this:

Screenshot 2019-08-08 at 9 56 18 AM

You can either update a single package, or update all globally-installed packages

jfcmoeller commented 5 years ago

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