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
Screen_Shot_2023-06-08_at_12.50.54_PM.png
Screen_Shot_2023-06-08_at_12.50.40_PM.png
Was this page helpful?