create-nuxt-app
create-nuxt-app copied to clipboard
create-nuxt-app doesnt work, why?
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 ?
I tried to create app using nuxi but I found it uses TypeScript
Как устранить?
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.
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
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.