Search code examples
mean.io

Mean is not recognized as a internal command


npm install -g mean-cli works. but mean init says mean is not recognized as a internal command. How do I fix this?


Solution

  • I installed mean-cli from git, worked like a charm.

    1. Open CMD
    2. Run this: npm install -g git://github.com/djskinner/mean-cli.git

    Hope this works for you too