How to install step by step the latest version of CoffeeScript on Ubuntu 12.04.
The current version of CoffeeScript is 1.6.3
Any comments are be very useful.
The coffee and cake commands will first look in the current folder to see if CoffeeScript is installed locally, and use that version if so. This allows different versions of CoffeeScript to be installed globally and locally.
If you are looking to implement coffee script in html, take a look at this. You simple need to add a <script type="text/coffeescript" src="app. coffee"></script> to execute coffee script code in an HTML file.
$ sudo apt-get install git-core curl build-essential openssl libssl-dev
$ git clone https://github.com/nodejs/node.git && cd node
$ ./configure
$ make
$ sudo make install
$ cd
$ curl http://npmjs.org/install.sh | sudo sh
$ sudo npm install -g coffeescript
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With