Hashnode / mern-cli

⛔️ DEPRECATED - A cli tool for getting started with MERN
http://mern.io/
MIT License
572 stars 151 forks source link

-bash: mern: command not found #15

Closed Mindgames closed 8 years ago

Mindgames commented 8 years ago

After running npm install -g mern-cli successfully

-bash: mern: command not found

What's up with that, am i missing something here? Looking at instructions i got the feeling it should work by default.


Admin & OS X 10.11.6

Mindgames commented 8 years ago

It was a local issue with my npm causing the problem.

brew prune npm r -g mern-cli npm i -g mern-cli

sorted it out in my case.

somus commented 8 years ago

Glad you've figured it out.