question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

yarn create nuxt-app using node v15.4.0

See original GitHub issue

Facing 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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

4reactions
corneelonlinecommented, Feb 19, 2021

I experienced the exact same problem. The answer of @clarkdo led me to trying this:

yarn global remove create-nuxt-app
yarn global remove create-strapi-app

Then when I tried running yarn create nuxt-app <my-app> again it installed create-nuxt-app and started the nuxt installation procedure.

1reaction
clarkdocommented, Jan 7, 2021

Have you tried uninstalling create-nuxt-app globally and run yarn create nuxt-app again ?

yarn global remove create-nuxt-app
npm uninstall -g create-nuxt-app
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found