Sonntag, 4. Dezember 2011

Installing Coffeescript on Windows 7

Today I tried to install coffeescript under Windows 7 and it took hours!  I always tried to install node.js using mingw and python.  So I spent time by installing all the tools (compiler, python, git).  Then the Makefile tried to create a directory which contains an backslash but Windows doesn't like that.
Now I found out, there is a windows version for Node.js so I installed it, started cmd.exe and typed
C:\blabla> npm install -g coffee-script
and OMG, IT WORKED!!!   Hours! I spent hours and it was so easy! At least I have a bit to play with three.js to be prepared for Ludum Dare #22.

Keine Kommentare:

Kommentar veröffentlichen