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

yarn dev yarn run v1.21.1 $ nuxt i Parsed 1 files in 0,0 seconds @nuxt/content 12:54:57 ╭───────────────────────────────────────╮ │ │ │ Nuxt.js @ v2.14.3 │ │ │ │ ▸ Environment: development...

### Version create-nuxt-app: ### Steps to reproduce 1. https://nuxtjs.org/docs/get-started/installation 2. Create a new app 3. Run npm install ### What is Expected? No vulnerabilities ### What is actually happening? ![Screenshot...

bug

This PR adds Dockerfile and docker-compose.yml as devOps option 🐳

I'd like to discuss feasibility of adding a default .gitattributes file that enforces a more consistent behavior with EOL=LF including the scenario of checking out the project. I haven't fully...

Resubmitting as a pr to the base repo. Original PR: https://github.com/ChangJoo-Park/create-nuxt-app/pull/1 But it didn't make it into the initial typescript support here: https://github.com/nuxt/create-nuxt-app/pull/449 ## List of changes 1. Create nuxt.config.ts...

In Generated `package.json`, lint setting not target `.ts` extension. Now ``` "scripts": { "lint": "eslint --ext .js,.vue --ignore-path .gitignore .", }, "lint-staged": { "*.{js,vue}": "npm run lint", }, ``` When...

Developers currently don't have any recommended means of updating major versions of dependencies, because the "official" commands like `npm update` only function with varying limitations and within the scope of...

### Version create-nuxt-app/4.0.0 darwin-arm64 node-v16.14.2 ### Steps to reproduce 1. run `yarn create nuxt-app test-project` 2. .../yarn/global/node_modules/sao/lib/installPackages.js:108 throw new SAOError(`Failed to install ${packageName} in ${cwd}`) ### What is Expected? Expect...

bug

![16416773511560](https://user-images.githubusercontent.com/15983233/150219480-ca9875ee-74c9-406e-9bd7-6c4587537623.jpg) I can't come to my senses. Looks like it's really a create-nuxt-app bug. Same error on two PCs. Yarn and nodejs versions are latest stable Parameters: ? Project name:...