How to Install micro NPM Packages on Ubuntu / Debian

How to Install micro software package in NPM Packages

micro : Asynchronous HTTP microservices. You can installing micro npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.

$ sudo npm install micro
$ sudo npm install -g micro

If want to update the micro package execute the command as below,

$ sudo npm update micro

Update package globally,

$ npm install -g micro

Git clone:

$ sudo  git clone https://github.com/rektide/micro.git
$ sudo  npm install -g ./micro

micro@9.0.2 /usr/lib/node_modules/micro

How to remove micro package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall micro

Basic Information of micro NPM Package:

Package Name micro
Version 9.0.2
Description Asynchronous HTTP microservices
Released Date 2017-11-20T10:32:47.909Z
Published by leo
How to Learn https://www.npmjs.com/package/micro/tutorial