Cannot install Appcelerator CLI - package wasn't found in unpacked tree

223 views Asked by At

When trying to reinstall Appcelerator CLI (5.2.0 that is available today) I'm getting the following errors when running npm install appcelerator -g. What does that mean? I tried uninstalling the old version I had but did something still remain? (Tried npm cache clearbut it didn't help)

Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.

C:\>node --version
v4.3.1

C:\>npm install appcelerator -g
npm WARN installMany request was bundled with [email protected], but bundled pa
ckage wasn't found in unpacked tree
npm WARN installMany chalk was bundled with [email protected], but bundled pack
age wasn't found in unpacked tree
npm WARN installMany progress was bundled with [email protected], but bundled p
ackage wasn't found in unpacked tree
npm WARN installMany tar was bundled with [email protected], but bundled packag
e wasn't found in unpacked tree
npm WARN installMany which was bundled with [email protected], but bundled pack
age wasn't found in unpacked tree
npm WARN installMany debug was bundled with [email protected], but bundled pack
age wasn't found in unpacked tree
npm WARN installMany lodash was bundled with [email protected], but bundled pac
kage wasn't found in unpacked tree
npm WARN installMany request was bundled with [email protected], but bundled pa
ckage wasn't found in unpacked tree
C:\Users\Allan\AppData\Roaming\npm\appc -> C:\Users\Allan\AppData\Roaming\npm\no
de_modules\appcelerator\bin\appc
C:\Users\Allan\AppData\Roaming\npm\appcelerator -> C:\Users\Allan\AppData\Roamin
g\npm\node_modules\appcelerator\bin\appc
[email protected] C:\Users\Allan\AppData\Roaming\npm\node_modules\appcelerator
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] ([email protected])
├── [email protected] ([email protected], [email protected], supports-color@0
.2.0, [email protected], [email protected])
├── [email protected] ([email protected], [email protected], [email protected],
 [email protected], [email protected], [email protected], [email protected])
├── [email protected] ([email protected], [email protected], [email protected], oa
[email protected], [email protected], [email protected], [email protected], strin
[email protected], [email protected], [email protected], [email protected], tough-co
[email protected], [email protected], [email protected], [email protected], [email protected],
 [email protected], [email protected], [email protected], [email protected], [email protected])
├── [email protected] ([email protected], [email protected], [email protected])
└── [email protected]

I also see Appcelerator updated https://web.appcelerator.com/product/cli to now mention Node version 4.3.1 - instead of some 0.x version. So I made sure I upgrade my Node to that same version.

PS. I'm getting quite tired on constant issues with app development. First I got away from Studio and was hoping CLI would solve the often occuring issues with updates, instability, silent fails, etc. It was running fine for while but now it is also making hickups...

1

There are 1 answers

0
TheStoryCoder On BEST ANSWER

Found that you just need to ignore these warnings and run appc setup afterwards.

(What happened to the earlier answers? Why were they deleted?!)