NPM useful commands

Here’s a list of tips and tricks on npm usage. // Install the latest lib available for a given module $ npm install my_lib@next // Access information on a specific lib $ npm show my_lib or $ npm show my_lib {what} Where “what” is a key on the object returned in the above live For … Continue reading NPM useful commands