shebang-regex : Regular expression for matching a shebang line. You can installing shebang-regex 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 shebang-regex $ sudo npm install -g shebang-regex
If want to update the shebang-regex package execute the command as below,
$ sudo npm update shebang-regex
Update package globally,
$ npm install -g shebang-regex
$ sudo git clone https://github.com/rektide/shebang-regex.git
$ sudo npm install -g ./shebang-regex
shebang-regex@2.0.0 /usr/lib/node_modules/shebang-regex
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall shebang-regex
| Package Name | shebang-regex |
| Version | 2.0.0 |
| Description | Regular expression for matching a shebang line |
| Released Date | 2015-12-04T16:40:07.830Z |
| Published by | sindresorhus |
| How to Learn | https://www.npmjs.com/package/shebang-regex/tutorial |