Search code examples
vue.jsnuxt.jsframeworks

"isWindows is not defined" error when using create-nuxt-app v3.6.0


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:

enter image description here

I've tried to search the solution, but unfortunately i still not found it yet.
Anyone knows what happen with this?


Solution

  • 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.