mikeal / node.couchapp.js

Utility for writing couchapps.
Apache License 2.0
406 stars 78 forks source link

couchapp boiler - Could not create... #42

Open algesten opened 12 years ago

algesten commented 12 years ago

The boiler option doesn't exit cleanly for me.

I installed couchapp using npm.

prince$ npm view couchapp | grep dist-tags
  'dist-tags': { latest: '0.9.0' },
prince$ mkdir recruit
prince$ cd recruit
prince$ couchapp boiler
The "sys" module is now called "util". It should have a similar interface.
Could not create /Users/martin/dev/recruit

However despite the error message it has created something.

prince$ find . -type f
./app.js
./attachments/index.html
./attachments/jquery-1.4.4.min.js
./attachments/layout.css
./attachments/sammy/plugins/sammy.cache.js
./attachments/sammy/plugins/sammy.data_location_proxy.js
./attachments/sammy/plugins/sammy.ejs.js
./attachments/sammy/plugins/sammy.form.js
./attachments/sammy/plugins/sammy.haml.js
./attachments/sammy/plugins/sammy.json.js
./attachments/sammy/plugins/sammy.meld.js
./attachments/sammy/plugins/sammy.mustache.js
./attachments/sammy/plugins/sammy.nested_params.js
./attachments/sammy/plugins/sammy.path_location_proxy.js
./attachments/sammy/plugins/sammy.pure.js
./attachments/sammy/plugins/sammy.storage.js
./attachments/sammy/plugins/sammy.template.js
./attachments/sammy/plugins/sammy.title.js
./attachments/sammy/sammy.js
./attachments/site.js
kouphax commented 12 years ago

Same issue here.

visionscaper commented 12 years ago

Same issue.

mz2 commented 11 years ago

Same here.

boxxxie commented 11 years ago

i'm working on a fork of this lib.... boiler works cept that there is a line of code in app.js that is wrong. put it in jslint

aeosynth commented 11 years ago

same issue with git master

charliecalvert commented 11 years ago

I have trouble with boiler also, on both Windows and Ubuntu server 13.04