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

create-nuxt-app doesnt work, why?

Open SheikhElMoctarG opened this issue 2 years ago • 4 comments

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

SheikhElMoctarG avatar Jul 14 '23 09:07 SheikhElMoctarG

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

xDreamBreaker avatar Aug 01 '23 09:08 xDreamBreaker

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.

mosnamarco avatar Aug 09 '23 09:08 mosnamarco

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

❯ npm install -g create-nuxt-app npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-url#deprecated npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated npm WARN deprecated [email protected]: 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 avatar Nov 25 '23 12:11 peterpeterparker

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.

peterpeterparker avatar Nov 25 '23 12:11 peterpeterparker