katex : Fast math typesetting for the web.. You can installing katex 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 katex $ sudo npm install -g katex
If want to update the katex package execute the command as below,
$ sudo npm update katex
Update package globally,
$ npm install -g katex
$ sudo git clone https://github.com/rektide/katex.git
$ sudo npm install -g ./katex
katex@0.9.0-alpha1 /usr/lib/node_modules/katex
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall katex
Package Name | katex |
Version | 0.9.0-alpha1 |
Description | Fast math typesetting for the web. |
Released Date | 2017-10-15T20:49:19.004Z |
Published by | kevinbarabash |
How to Learn | https://www.npmjs.com/package/katex/tutorial |