mathjax-node : APIs for calling MathJax from node.js. You can installing mathjax-node 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 mathjax-node $ sudo npm install -g mathjax-node
If want to update the mathjax-node package execute the command as below,
$ sudo npm update mathjax-node
Update package globally,
$ npm install -g mathjax-node
$ sudo git clone https://github.com/rektide/mathjax-node.git
$ sudo npm install -g ./mathjax-node
mathjax-node@1.2.1 /usr/lib/node_modules/mathjax-node
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall mathjax-node
| Package Name | mathjax-node |
| Version | 1.2.1 |
| Description | APIs for calling MathJax from node.js |
| Released Date | 2017-09-26T07:30:18.223Z |
| Published by | mjadmin |
| How to Learn | https://www.npmjs.com/package/mathjax-node/tutorial |