cyclejs-community / create-cycle-app

Create Cycle.js apps with no build configuration.
ISC License
238 stars 21 forks source link

3.0.8 fails to install on Windows cmd #114

Open SteveALee opened 7 years ago

SteveALee commented 7 years ago

Code to reproduce the issue: npm install -g create-cycle-app

Expected behavior: installs

Actual behavior: lerna is not recoginised as an interal or external command

Versions of packages used: node 6.11.1 npm 5.3.0

npm install -g create-cycle-app@3.0.7 is fine

jvanbruegge commented 6 years ago

can you check if this is still the case with 4.0?

SteveALee commented 6 years ago

No problem, thanks

However the releases are missing 4.0.0. Does the release process need a tweak?