Closed Mindgames closed 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
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.
Glad you've figured it out.
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