mozilla-jetpack / jpm

Jetpack Manager for Node.js
https://www.npmjs.org/package/jpm
Mozilla Public License 2.0
164 stars 75 forks source link

Cannot get to jpm 1.0.2 on ubuntu #350

Closed anaran closed 9 years ago

anaran commented 9 years ago

Here's what I see:

adrian@adrian-xps-13-9343:~$ sudo npm install jpm -g
[sudo] password for adrian: 
/usr/bin/jpm -> /usr/lib/node_modules/jpm/bin/jpm
jpm@1.0.2 /usr/lib/node_modules/jpm
├── commander@2.6.0
├── node-watch@0.3.4
├── jpm-core@0.0.11
├── mozilla-version-comparator@1.0.2
├── jetpack-id@0.0.4
├── mozilla-toolkit-versioning@0.0.2
├── open@0.0.5
├── jsontoxml@0.0.11
├── promzard@0.3.0
├── tmp@0.0.25
├── semver@4.3.3
├── read@1.0.5 (mute-stream@0.0.5)
├── when@3.7.2
├── fs-promise@0.3.1 (any-promise@0.1.0)
├── minimatch@2.0.4 (brace-expansion@1.1.1)
├── jetpack-validation@0.0.4 (semver@2.3.2, resolve@0.7.4)
├── lodash@3.3.1
├── fs-extra@0.16.4 (jsonfile@2.2.2, graceful-fs@3.0.8, rimraf@2.4.3)
├── fx-runner@0.0.7 (winreg@0.0.12, lodash@2.4.1, when@3.6.4)
├── zip-dir@1.0.0 (jszip@2.5.0)
└── firefox-profile@0.3.9 (ini@1.3.4, async@0.9.2, adm-zip@0.4.7, node-uuid@1.4.3, wrench@1.5.8, xml2js@0.4.12, lazystream@0.1.0, lodash@3.5.0, archiver@0.14.4)
adrian@adrian-xps-13-9343:~$ jpm -V
1.0.1
adrian@adrian-xps-13-9343:~$ 
anaran commented 9 years ago

nevermind, while I fix a messed up nodejs/npm environment on my ubuntu system.

Installing jpm locally and accessing it via relative path reports 1.0.2 and works fine.