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

tower new myapp creates nothing #408

Closed muminoff closed 10 years ago

muminoff commented 10 years ago

Hi. I have just decided to learn tower. After installing it, I cannot init new project. No output, no error messages. Please, help out.

OS

muminoff@greenlet:~/node_projects/tower$ cat /etc/*release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04.3 LTS"
NAME="Ubuntu"
VERSION="12.04.3 LTS, Precise Pangolin"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu precise (12.04.3 LTS)"
VERSION_ID="12.04"

Node.js

muminoff@greenlet:~/node_projects/tower$ which node
/usr/local/bin/node
muminoff@greenlet:~/node_projects/tower$ node -v
v0.10.22

Package Manager

muminoff@greenlet:~/node_projects/tower$ which npm
/usr/local/bin/npm
muminoff@greenlet:~/node_projects/tower$ npm -v
1.3.14

Tower

muminoff@greenlet:~/node_projects/tower$ which tower
/usr/local/bin/tower
muminoff@greenlet:~/node_projects/tower$ tower -v
0.5.1

What I did

muminoff@greenlet:~/node_projects/tower$ tower new myapp
muminoff@greenlet:~/node_projects/tower$ ls -a
. ..
muminoff@greenlet:~/node_projects/tower$ cd myapp
bash: cd: myapp: No such file or directory
thehydroimpulse commented 10 years ago

@muminoff Yes, Tower is currently not ready for use. While many of the modules are almost done, we still need to finish them, and integrate everything together to make everything work.