[AC-208] Appcelerator CLI cannot be uses with NPM 3.x
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Not Our Bug |
Resolution Date | 2015-07-24T19:29:00.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Appcelerator CLI |
Labels | cli, npm |
Reporter | Brenton House |
Assignee | Radamantis Torres-Lechuga |
Created | 2015-07-09T15:37:40.000+0000 |
Updated | 2015-09-19T22:02:02.000+0000 |
Description
After installing npm 3.x, Appcelerator CLI does not work.
I can install Appcelerator npm module using
npm install -g appcelerator
however, after that nothing works.
Any appcelerator command such as "appc -v", "appc ti build" or any other command results in the following:
Finding latest version ...4.1.0 OK
Validating security checksum OK
Installing ... OK
Compiling platform native modules ...
└ package/appc-cli-titanium ... OK
└ package/arrow ... OK
└ socket.io-client/ws ...
I just tested it again with Appcelerator 4.1.2 and npm 3.1.3. Same behavior, still broken... :( Any update on this?
[~brentonhouse] npm 3.x is Beta, please use a stable version, the current stable version is 2.13.2 , you can download it from [here| https://www.npmjs.com/package/npm]
Now that npm 3.x is out of beta, can we get this ticket reopened please? Thanks!!