vinyl-file : Create a vinyl file from an actual file. You can installing vinyl-file 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 vinyl-file $ sudo npm install -g vinyl-file
If want to update the vinyl-file package execute the command as below,
$ sudo npm update vinyl-file
Update package globally,
$ npm install -g vinyl-file
$ sudo git clone https://github.com/rektide/vinyl-file.git
$ sudo npm install -g ./vinyl-file
vinyl-file@3.0.0 /usr/lib/node_modules/vinyl-file
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall vinyl-file
| Package Name | vinyl-file |
| Version | 3.0.0 |
| Description | Create a vinyl file from an actual file |
| Released Date | 2017-01-13T13:35:53.066Z |
| Published by | sindresorhus |
| How to Learn | https://www.npmjs.com/package/vinyl-file/tutorial |