yui : YUI 3 Source. You can installing yui 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 yui $ sudo npm install -g yui
If want to update the yui package execute the command as below,
$ sudo npm update yui
Update package globally,
$ npm install -g yui
$ sudo git clone https://github.com/rektide/yui.git
$ sudo npm install -g ./yui
yui@3.18.1 /usr/lib/node_modules/yui
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall yui
| Package Name | yui |
| Version | 3.18.1 |
| Description | YUI 3 Source |
| Released Date | 2014-10-22T00:17:08.502Z |
| Published by | tripp |
| How to Learn | https://www.npmjs.com/package/yui/tutorial |