mithril : A framework for building brilliant applications. You can installing mithril 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 mithril $ sudo npm install -g mithril
If want to update the mithril package execute the command as below,
$ sudo npm update mithril
Update package globally,
$ npm install -g mithril
$ sudo git clone https://github.com/rektide/mithril.git
$ sudo npm install -g ./mithril
mithril@1.1.5 /usr/lib/node_modules/mithril
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall mithril
Package Name | mithril |
Version | 1.1.5 |
Description | A framework for building brilliant applications |
Released Date | 2017-10-13T23:09:29.627Z |
Published by | tivac |
How to Learn | https://www.npmjs.com/package/mithril/tutorial |