NPM: npm init is not creating a node_modules folder
I downloaded a GH repo, a react app, which did not include the node_modules folder, but already had a package.json with react scripts, "start" script for ex.
Navigating to the project folder in terminal, I reach it, and then do an npm init to initialize, and I was expecting a node_modules folder to appear.
I then go to start the React script with npm run start but it's telling me the command
Navigating to the project folder in terminal, I reach it, and then do an npm init to initialize, and I was expecting a node_modules folder to appear.
I then go to start the React script with npm run start but it's telling me the command

