railsware / bozon

🛠 Command line tool for building, testing and publishing modern Electron applications
MIT License
758 stars 52 forks source link

Cant start on Windows #47

Closed tyaakow closed 6 years ago

tyaakow commented 7 years ago

When I try to do bozon start on Windows 10, I get "Cannot find module 'commander'"

image

I tried adding NODE_PATH to system variables, didnt help

alchaplinsky commented 7 years ago

commander is in bozon's dependencies.. so it should be there.. npm install ?

tyaakow commented 7 years ago

Nope. I tried that. I think I even did npm install commander --save or something. Even though I think it npm installgets run automatically in one of the steps preceding bozon start

petermarshall commented 6 years ago

To get round this do a git clone of bozon in the root directory.

git clone https://github.com/railsware/bozon.git

alchaplinsky commented 6 years ago

This should already be fixed in newer versions of bozon