arvindr21 / slush-wean

A slush generator to generate Webkit Express Angular Node desktop apps
MIT License
35 stars 8 forks source link

Error doing `slush wean` #9

Open yieme opened 8 years ago

yieme commented 8 years ago

Great looking project. I'm getting errors trying to slush wean. Can I get the versions of node and slush that you have this working with and any other thoughts? Thanks :-)

/Users/yieme/npm/lib/node_modules/slush-wean/slushfile.js:35
    userName: format(user.name) || osUserName,
                         ^

TypeError: Cannot read property 'name' of undefined
acesama commented 8 years ago

same here :/

kevkha commented 8 years ago

It works for me. Mine is

node --version
v0.12.5

slush --version
[slush] 1.1.1
acesama commented 8 years ago

@kevkha strangely today was another error (invalid value for 'app.urls 0 ' missing scheme separator), fixed by changing node-remote to localhost. and works like a charm :)

kevkha commented 8 years ago

Great! You can fork the repo and change that in yours.

GoGaetan commented 8 years ago

I got the same error, don't know how to fix it. I'm stick there. node --version : v4.4.7 [slush] 1.1.1

acesama commented 8 years ago

@GoGaetan works for me ,I got:

[slush] 1.1.1 node --version: v5.9.0