Closed
Description
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.
Activity
heyimalex commentedon Jan 3, 2020
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.