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 [email protected] No description npm WARN [email protected] 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.