Closed robbiemccorkell closed 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.
@robbiemccorkell @asavin can you verify if this was fixed with that PR ^
All good :+1:
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.