~bash: jpm command not found on mac

284 Views Asked by At

I already installed npm. My current version of npm is v3.10.8 .
Also I have installed firefox developer edition.

I have tried many possible ways to install jpm.
So here it is what I've done:

- npm install jpm --global

Also tried using

- git clone https://github.com/mozilla-jetpack/jpm.git
- cd jpm
- npm install
- npm link

When I tried to run jpm, it shows the following error.

~bash: jpm command not found
0

There are 0 best solutions below