todomvc-common : Common TodoMVC utilities used by our apps. You can installing todomvc-common 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 todomvc-common $ sudo npm install -g todomvc-common
If want to update the todomvc-common package execute the command as below,
$ sudo npm update todomvc-common
Update package globally,
$ npm install -g todomvc-common
$ sudo git clone https://github.com/rektide/todomvc-common.git
$ sudo npm install -g ./todomvc-common
todomvc-common@1.0.4 /usr/lib/node_modules/todomvc-common
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall todomvc-common
| Package Name | todomvc-common |
| Version | 1.0.4 |
| Description | Common TodoMVC utilities used by our apps |
| Released Date | 2017-09-01T11:00:39.753Z |
| Published by | sindresorhus |
| How to Learn | https://www.npmjs.com/package/todomvc-common/tutorial |