create-nuxt-app icon indicating copy to clipboard operation
create-nuxt-app copied to clipboard

Create Nuxt.js App in seconds.

Results 125 create-nuxt-app issues
Sort by recently updated
recently updated
newest added

Error when creating a new nuxt project ![Captura de pantalla de 2020-10-02 10-43-52](https://user-images.githubusercontent.com/22438427/94915377-53118b00-049c-11eb-8249-5172d4e4628a.png)

Yarn create nuxt app < my project > failed to create the project, And the yarn command is lost after the creation failure System: Mac os high sierra 10.13.6 Node:...

I'm try npx-yarn-npm and npm init nuxt-app, dont work! Still fibers error. Windows 10 x64 node 14.15.0 LTS npm 6.14.8 python 2.7 yarn 2.3.3 ... 39411 silly saveTree `-- [email protected]...

### Is your feature request related to a problem? Please describe. According to Vue Telemetry there are now more static websites than non-static websites: - Static: https://api.vuetelemetry.com/showcases/count?framework.slug=nuxtjs&isStatic=true - Non-static: https://api.vuetelemetry.com/showcases/count?framework.slug=nuxtjs&isStatic=false...

### Is your feature request related to a problem? Please describe. At the moment component discovery works great when serving a page but doesn't work at all when testing a...

### Enviroment Win10 Pro 64x Nodejs v15.0.0 Npm 7.0.2 I am getting this error when trying to create a new nuxt app ### Creating new app npx create-nuxt-app nuxt_test create-nuxt-app...

Trying to setup a Nuxt/Slim environment and I'm trying to follow the instructions using the initialization with `npm init nuxt-app@latest `. I get to the questions on Rendering Mode and...

When creating a new TS + lint app (via npx), _runtime linting on save_ stops working after the initial build. It builds without errors even if the errors are still...

hello, why don't have options for select http server?

Hi guys, I get the following error when running `npx create-nuxt-app appname && cd appname && npm run test`. ``` FAIL test/Logo.spec.js ● Test suite failed to run Jest encountered...