npm install installs the dependencies I have in my package.json, but it doesn't list the installed dependencies in Terminal as it should. Why is that? Here's what I see:
npm install
npm WARN section2.4@1.0.0 No description
npm WARN section2.4@1.0.0 No repository field.
added 4 packages from 5 contributors in 1.507s
I'm using Node.js version v9.8.0 and npm version 5.8.0, on a Mac.
 
     
     
    