egg : A web frameworks framework for Node.js. You can installing egg 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 egg $ sudo npm install -g egg
If want to update the egg package execute the command as below,
$ sudo npm update egg
Update package globally,
$ npm install -g egg
$ sudo git clone https://github.com/rektide/egg.git
$ sudo npm install -g ./egg
egg@2.0.0 /usr/lib/node_modules/egg
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall egg
Package Name | egg |
Version | 2.0.0 |
Description | A web frameworks framework for Node.js |
Released Date | 2017-11-21T03:08:54.373Z |
Published by | dead_horse |
How to Learn | https://www.npmjs.com/package/egg/tutorial |