arch-js / arch

Web application framework for React by Red Badger
BSD 3-Clause "New" or "Revised" License
170 stars 13 forks source link

Arch module not installed by generator #59

Closed robbiemccorkell closed 9 years ago

robbiemccorkell commented 9 years ago

When I tried to generate and run a new project it complained that the arch node module could not be found. After running npm install it was happy.

It looks like the generator should be running npm install when it finishes, so I'm not sure where exactly the bug is here.

asavin commented 9 years ago

It fails for me with npm ERR! notarget No compatible version found: LiveScript@'>=1.4.0 <2.0.0' - and indeed is fixed with npm install. It seems that it tries to run npm install, but it fails for the initial run.

tabazevedo commented 9 years ago

@robbiemccorkell @asavin can you verify if this was fixed with that PR ^

asavin commented 9 years ago

All good :+1: