Reputation: 107
I'm about to learn Nuxt JS and start to install it with this command:
npx [email protected] nuxt-crud
But I get this error:
I've tried to search the solution, but unfortunately i still not found it yet.
Anyone knows what happen with this?
Upvotes: 0
Views: 441
Reputation: 46696
I usually just use npx create-nuxt-app my-cool-project
and it works well.
Meanwhile, I can totally reproduce the same error as you here.
Looking at the latest releases, there is a 3.7.0
version available.
I've tried npx [email protected] nuxt-crud
and it's working great so far.
Upvotes: 3