falafel : transform the ast on a recursive walk. You can installing falafel 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 falafel $ sudo npm install -g falafel
If want to update the falafel package execute the command as below,
$ sudo npm update falafel
Update package globally,
$ npm install -g falafel
$ sudo git clone https://github.com/rektide/falafel.git
$ sudo npm install -g ./falafel
falafel@2.1.0 /usr/lib/node_modules/falafel
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall falafel
Package Name | falafel |
Version | 2.1.0 |
Description | transform the ast on a recursive walk |
Released Date | 2017-03-29T02:15:53.837Z |
Published by | substack |
How to Learn | https://www.npmjs.com/package/falafel/tutorial |