I have a project with a package.json
, in it I have everything configured.
I just made the clone of this same project on another machine, my git clone
worked without problems.
But when I give the command npm install
in the CMD to include the modules I'm going to use, the following message appears:
'npm' is not recognized as an internal command or external, operable program or batch file.
Does anyone know how to solve it?