Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aborting installation. npm install --save --save-exact --loglevel error react react-dom react-scripts cra-template has failed. #8279

Closed
harmit001 opened this issue Jan 3, 2020 · 1 comment

Comments

@harmit001
Copy link

NVM version: 0.33.2
NPM version: 6.13.4
node version: 13.5.0
React version : 3.3.0
OS : AWS EC2 Linux

we are try to install fresh react project but we are faceing this error.

Aborting installation.
  npm install --save --save-exact --loglevel error react react-dom react-scripts cra-template has failed.

Screenshot_1

@heyimalex
Copy link
Contributor

You don't have node in your system path? The error is ENOENT with the message "sh: node: command not found", so sh tried to spawn node, but node couldn't be found.

@lock lock bot locked and limited conversation to collaborators Jan 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants