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.

Can't create app with node v8.9.0

See original GitHub issue

Is this a bug report?

Yes. In documentation minimum Node version should be changed to 8.10.0.

Did you try recovering your dependencies?

NODE 8.9.0 NPM 5.6.0

Steps to Reproduce

  1. Install Node v8.9.0
  2. Run “npx create-react-app react-test”

Expected Behavior

Create new react app.

Actual Behavior

Error while creating new React app. console

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

0reactions
enkotcommented, Oct 30, 2018

As the error message says, you need to use node ^8.10.0 but you’re using 8.9.0. Try upgrading to the latest version of node 8.

You are not attentive. From your README - “…You’ll need to have Node 8.9.0 or later on your local development machine…”. I created this issue so that you fix the README.

Read more comments on GitHub >

github_iconTop Results From Across the Web

create-react-app says "Create React App requires Node 14 or ...
create -react-app says "Create React App requires Node 14 or higher." Fixing node gives "npm does not support Node.js v10.19.0" · Ask Question....
Read more >
Node.js 16 is here with updated platform support, V8 version 9 ...
As with most major releases, this release updates the minimum supported levels for platforms and tooling used to build Node.js.
Read more >
How to Install a Node.js Application
This document describes how to install a Node.js web application. Node.js is a JavaScript runtime that allows you to build scalable web ...
Read more >
How to Install Node.js and Create a Local Development ...
1/9 How to Install Node.js and Create a Local Development ... Node.js and run various commands related to developing Node.js applications.
Read more >
Node.js sample for AWS Cloud9
To install Node.js, begin by running this command to download Node Version Manager (nvm). (nvm is a simple Bash shell script that is...
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