8
I have a project with a package.json
, in it I have everything configured.
I just cloned that same project on another machine, man git clone
worked smoothly.
But when I give the command npm install
in the CMD to include the modules I will use, the following message appears:
'npm' is not recognised as an internal command or external, a operable program or a batch file.
Does anyone know how to solve?
Which operating system?
– Leonel Sanches da Silva