Tagged Questions
0
votes
2answers
101 views
Towerjs locales error
I am experimenting with towerjs. I just followed the instructions to create a project.
npm install tower -g
npm install grunt -g
mongod
tower new app
cd app
npm install
And when I try to start the ...