nuxt / create-nuxt-app

Create Nuxt.js App in seconds.
MIT License
3.49k stars 429 forks source link

create-nuxt-app doesnt work, why? #1031

Open SheikhElMoctarG opened 1 year ago

SheikhElMoctarG commented 1 year ago

Version

create-nuxt-app: I was using Nuxt since two years, but when I back to it today, I found create nuxt-app doesnt work how to fix it ?

image

I tried to create app using nuxi but I found it uses TypeScript

xDreamBreaker commented 1 year ago

Как устранить?

mosnamarco commented 1 year ago

Similar problem here, it is stuck at reify:rxjs. Some sources states that it is a permission issue. See THIS for the info.

As I mentioned before, I experienced a similar problem. I tried the "solutions" posted at the link I provided. But still no luck.

Update us if you found a fix for this.

peterpeterparker commented 1 year ago

Same, it's stuck. First time ever I try to install Nuxt.

❯ npm install -g create-nuxt-app npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated (##################) ⠇ reify:rxjs: timing reifyNode:node_modules/create-nuxt-app/node_modules/lodash Completed in 449ms

peterpeterparker commented 1 year ago

Gotcha I think the issue is the command.

Nuxt v2 is still indexed on Google, so I landed on https://v2.nuxt.com/ which showcase npx create-nuxt-app.

However with Nuxt current version, on https://nuxt.com/, the command is npx nuxi@latest init.