cli-cursor : Toggle the CLI cursor. You can installing cli-cursor 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 cli-cursor $ sudo npm install -g cli-cursor
If want to update the cli-cursor package execute the command as below,
$ sudo npm update cli-cursor
Update package globally,
$ npm install -g cli-cursor
$ sudo git clone https://github.com/rektide/cli-cursor.git
$ sudo npm install -g ./cli-cursor
cli-cursor@2.1.0 /usr/lib/node_modules/cli-cursor
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall cli-cursor
Package Name | cli-cursor |
Version | 2.1.0 |
Description | Toggle the CLI cursor |
Released Date | 2017-01-09T19:40:10.885Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/cli-cursor/tutorial |