vadimdemedes / ronin

Toolkit for killer CLI applications
http://vdemedes.github.io/ronin
MIT License
299 stars 15 forks source link

error spawn ENOTDIR #35

Open antonioaguilar opened 8 years ago

antonioaguilar commented 8 years ago

Hi, I'm getting the following error when runing Ronin to create a sample program:

user@laptop:repos$ node -v
v4.4.1
user@laptop:repos$ ronin new hello-world
error   spawn ENOTDIR
user@laptop:repos$

nothing is created - any ideas?

antonioaguilar commented 8 years ago

check if you have yeoman and the ronin generator installed:

user@laptop:repos$ which yo

if they are not installed, try installing them:

user@laptop:repos$ npm install -g yo generator-ronin

see issue: #36

vadimdemedes commented 8 years ago

Hey, Ronin is currently not under development, so please consider using alternative modules, like meow, commander and others.