For anybody else facing this issue, here's how I got it to work:
1) I moved the whole folder to the C: drive
2) Manually edited the package.json file and updated the ionic-framework dependency to alpha.38
3) Ran npm install ionic-framework --save
Now the conference app runs as expected. Great job ionic team!!!