hyperscript : Create HyperText with JavaScript, on client or server.. You can installing hyperscript 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 hyperscript $ sudo npm install -g hyperscript
If want to update the hyperscript package execute the command as below,
$ sudo npm update hyperscript
Update package globally,
$ npm install -g hyperscript
$ sudo git clone https://github.com/rektide/hyperscript.git
$ sudo npm install -g ./hyperscript
hyperscript@2.0.2 /usr/lib/node_modules/hyperscript
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall hyperscript
Package Name | hyperscript |
Version | 2.0.2 |
Description | Create HyperText with JavaScript, on client or server. |
Released Date | 2016-08-25T12:10:41.020Z |
Published by | dominictarr |
How to Learn | https://www.npmjs.com/package/hyperscript/tutorial |