unist-util-position : Utility to get the position of unist nodes. You can installing unist-util-position 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 unist-util-position $ sudo npm install -g unist-util-position
If want to update the unist-util-position package execute the command as below,
$ sudo npm update unist-util-position
Update package globally,
$ npm install -g unist-util-position
$ sudo git clone https://github.com/rektide/unist-util-position.git
$ sudo npm install -g ./unist-util-position
unist-util-position@3.0.0 /usr/lib/node_modules/unist-util-position
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall unist-util-position
| Package Name | unist-util-position |
| Version | 3.0.0 |
| Description | Utility to get the position of unist nodes |
| Released Date | 2016-11-20T10:01:58.155Z |
| Published by | wooorm |
| How to Learn | https://www.npmjs.com/package/unist-util-position/tutorial |