tower-archive / tower

UNMAINTAINED - Small components for building apps, manipulating data, and automating a distributed infrastructure.
http://tower.github.io
MIT License
1.79k stars 120 forks source link

More Installation Issues #402

Closed gad2103 closed 10 years ago

gad2103 commented 11 years ago

I am following the docs and have installed tower. however, i'm not clear on how to get "tower new myapp" to work. I keep getting an error for line 46 in tower-server/index.js.

this line contains: this.bundle = new Bundle(this);

however, at the top of the file, the require call for tower-bundle is commented out.

i tried uncommenting it. but then nothing happens when i run $tower new myapp

am i missing something? please help. thanks!