How to Install livescript NPM Packages on Ubuntu / Debian

How to Install livescript software package in NPM Packages

livescript : LiveScript is a language which compiles to JavaScript. It has a straightforward mapping to JavaScript and allows you to write expressive code devoid of repetitive boilerplate. While LiveScript adds many features to assist in functional style programming, . You can installing livescript 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 livescript
$ sudo npm install -g livescript

If want to update the livescript package execute the command as below,

$ sudo npm update livescript

Update package globally,

$ npm install -g livescript

Git clone:

$ sudo  git clone https://github.com/rektide/livescript.git
$ sudo  npm install -g ./livescript

livescript@1.5.0 /usr/lib/node_modules/livescript

How to remove livescript package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall livescript

Basic Information of livescript NPM Package:

Package Name livescript
Version 1.5.0
Description LiveScript is a language which compiles to JavaScript. It has a straightforward mapping to JavaScript and allows you to write expressive code devoid of repetitive boilerplate. While LiveScript adds many features to assist in functional style programming,
Released Date 2016-05-15T19:36:24.310Z
Published by gkz
How to Learn https://www.npmjs.com/package/livescript/tutorial