prelude-ls : prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.. You can installing prelude-ls 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 prelude-ls $ sudo npm install -g prelude-ls
If want to update the prelude-ls package execute the command as below,
$ sudo npm update prelude-ls
Update package globally,
$ npm install -g prelude-ls
$ sudo git clone https://github.com/rektide/prelude-ls.git
$ sudo npm install -g ./prelude-ls
prelude-ls@1.1.2 /usr/lib/node_modules/prelude-ls
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall prelude-ls
| Package Name | prelude-ls |
| Version | 1.1.2 |
| Description | prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript. |
| Released Date | 2015-05-15T02:42:34.500Z |
| Published by | gkz |
| How to Learn | https://www.npmjs.com/package/prelude-ls/tutorial |