mikeal / node.couchapp.js

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

WindowsXP - couchapp boiler - returns a falsy error notice #58

Open osher opened 12 years ago

osher commented 12 years ago

WindowsXP SP3, node 6.9, couchapp 0.9.1

Trying to create apps using the boiler, I get:


D:\couchapps>couchapp boiler test
Could not create D:\couchapps\test

D:\couchapps>couchapp boiler testss
Could not create D:\couchapps\testss

D:\couchapps>

I thought maybe I already have a test folder, so I tried again with testss Suprizingly, in fact, both project were created with Trees as following:

D:couchapps\test
│   app.js
│
└───attachments
    │   index.html
    │   jquery-1.4.4.min.js
    │   layout.css
    │   site.js
    │
    └───sammy
        │   sammy.js
        │
        └───plugins
                sammy.cache.js
                sammy.data_location_proxy.js
                sammy.ejs.js
                sammy.form.js
                sammy.haml.js
                sammy.json.js
                sammy.meld.js
                sammy.mustache.js
                sammy.nested_params.js
                sammy.path_location_proxy.js
                sammy.pure.js
                sammy.storage.js
                sammy.template.js
                sammy.title.js

I'll look at it later and see if I can find the cause and submit a Pull-Request.