yarn create nuxt-app using node v15.4.0
See original GitHub issueFacing error while running yarn create nuxt-app
:
create-strapi-app@3.2.3: The engine "node" is incompatible with this module. Expected version ">=10.16.0 <13". Got "15.4.0"
error Found incompatible module.
So, I think, the migration to new strapi is needed.
System: Windows 10 Node: v15.4.0 Yarn: 1.19.1
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:12 (5 by maintainers)
Top Results From Across the Web
Installation - Nuxt
To get started quickly, you can use create-nuxt-app . Make sure you have installed yarn, npx (included by default with npm v5.2+) or...
Read more >NUXT3 Error Unexpected token '||=' in MAC and Linux
I don't really understand how to edit the codeSandbox. But after some research the sign ||= is a new operator understand by node....
Read more >create-nuxt-app - npm
Start using create-nuxt-app in your project by running `npm i ... There are 5 other projects in the npm registry using create-nuxt-app.
Read more >Prevent npm install for not supported Node.js versions
Use a local npm configuration to prevent users from installing your module/project with an unsupported Node.js version.
Read more >create-nuxt-app - npm Package Health Analysis - Snyk
Ensure you're using the healthiest npm packages. Snyk scans all the packages in your projects for vulnerabilities and provides automated fix advice.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I experienced the exact same problem. The answer of @clarkdo led me to trying this:
Then when I tried running
yarn create nuxt-app <my-app>
again it installedcreate-nuxt-app
and started the nuxt installation procedure.Have you tried uninstalling create-nuxt-app globally and run yarn create nuxt-app again ?