jison : A parser generator with Bisons API. You can installing jison 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 jison $ sudo npm install -g jison
If want to update the jison package execute the command as below,
$ sudo npm update jison
Update package globally,
$ npm install -g jison
$ sudo git clone https://github.com/rektide/jison.git
$ sudo npm install -g ./jison
jison@0.4.18 /usr/lib/node_modules/jison
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall jison
Package Name | jison |
Version | 0.4.18 |
Description | A parser generator with Bisons API |
Released Date | 2017-09-01T23:07:57.271Z |
Published by | zaach |
How to Learn | https://www.npmjs.com/package/jison/tutorial |