March 2012
3 posts
3 tags
New Nodester-CLI Fixes Windows Git Issue
Update your CLI by running “npm install nodester-cli -g” and Windows users will find that their git issues on nodester app init have been resolved!
The main change in the update is that Windows uses && to join multiple commands together whereas Mac and Linux use semicolons. We had a long string of commands that changed into the new app directory and did a “git add...
5 tags
Tips for Windows Users
Installing Node.JS apps on Nodester using Windows was slightly different that the steps for Mac and Linux users. Last night, I used Bootcamp on my Mac to walk through installing Node.JS as an MSI on Windows 7 and installing the Nodester-CLI and deploying the “hello world” app. My recap is below:
Download and install Node.JS by clicking on the Download and Windows links on...
6 tags
Nodester Now Running Node.JS 0.6.12
Thanks to Alejandro Morales and “n”, TJ Holowaychuk’s Node Version Management project, Nodester is now able to run multiple versions of Node.JS! In addition to Node.JS version 0.4.9 that we have been running for months, we now also support Node.JS version 0.4.12 and 0.6.12.
Once you update your Nodester CLI ( sudo npm install nodester-cli -g ), your next hello world app that...