Error on fresh install: NPM is not installed.
I just downloaded Titanium studio and tried to update: Problem Occurred 'Installing Titanium Updates...' has encountered a problem. Error encountered during update NPM is not installed. NPM is not...
View ArticleUpdate Titanium Studio on Linux Mint fails
Hi guys, I'm trying to get Titanium Studio work under Linux Mint 15. When I try to install the updates it fails. How can I fix that? Console output: ~~~ (Build 3.1.2.201308091617) [ERROR] Failed to...
View ArticleLinux CLI update/install fails with cb() never called
Hello together, up until recently my Titanium Studio was running fine. Yesterday I fired off the newest updates. While Studio itself updated fine, CLI and alloy failed. And as far as I can see CLI not...
View ArticleUnable to Install Titanium CLI Through TitaniumStudio or Mac Terminal
For the last couple of days I have been trying to figure out why I cannot install the Titanium CLI properly to run the emulators within TitaniumStudio to try out my code. I have tried installing the...
View ArticleBroken NPM
Hi, I have installed the Titanium studio on my mac and now it has completely broken my npm. I have cleared the npm cache but now I cannot even delete NPM!! npm WARN uninstall not installed in...
View ArticleAdding NPM module to Titanium Project
Dear Sirs/Madams, Could someone kindly explain to me how I can add an npm module in a Titanium project. Right now, I'm interested in the FTP npm project. I've downloaded it from github. i've added...
View ArticleAnyone here who got RapidDev working?
I just tried everything to get RapidDev (link) working on my machine. Without success until now. Anybody with experience on this tool?
View Articleunable to update nodeJS and CLI
Hello I'm not able to update nodeJs and CLI in titanium studio. When I update it, got NPM is not installed error. Even I tried from command line but getting another issue Cannot find module...
View ArticleProblem running Titanium Studio on OS X while managing Node.js with `nodenv`?
I've looked at other threads for this error but can't seem to pin point it. Obviously it's a contextual issue based on the shell session that Titanium is running in but I can't seem to resolve it....
View ArticleTi info: not working
Dear all, I have the following error when doing : Ti info via the CLI here's the message I get:Titanium Command-Line Interface, CLI version 3.2.3, Titanium SDK version 3.2.3.GA Copyright (c) 2012-2014,...
View ArticleTitanium Studio 3.3.0 - installation problems with npm node modules
Hi, I try to run the stable version of Titanium Studio 3.3.0 for OSX 10.9. According to http://docs.appcelerator.com/titanium/3.0/#!/guide/Installing_Node, it is not recommended to install in...
View ArticleFailed to get value of npm config key prefix
Titanium studio keeps asking to install updates to software like alloy and acs everytime i start my computer and yet i can succesfully update, when i shut down my studio, and restart it to apply...
View Articlenodejs in titanium
Hello everyone! am new to titanium I installed this:npm install mcrypt and I put this code in alloy.jsvar mcrypt = require('mcrypt'); var algos = mcrypt.getAlgorithmNames(); console.log(algos);I get...
View ArticleNodeJS third party module usage
Hi, I have downloaded braintree nodejs module npm install braintree for my app but when I make a call to it using the following statement var braintree = require('braintree') it gives me Couldn't find...
View ArticleThere's a way to import modules from npm ?
I want to use some modules like 'jsonwebtoken' and 'passport'. There's a way to include these modules downloading them with npm install and require it on titanium? I tried to do this but I get an...
View ArticleUsing Node.js modules in project
Hi, I remember I was able once to download Node.js modules using npm sudo npm install -g themodule and require them in my Titanium projects like this: var m = require('themodule'); Now after I...
View ArticleIs it possible to add any Node.JS module into a titanium App?
I am finding a lot of Node.JS libraries out there, though I am curious to know if it is possible to simply install the Node.JS module via npm, and then simply import it into my Titanium App (via...
View ArticleTitanium CLI - "ti info" return nothing
Help. Today i've opened my prompt and typed as i do everyday "ti info". It show me a bar spinning for few seconds and then the command stop. I tried unistalling everything linked to titanium and nodejs...
View ArticleIgnore node_modules on Alloy compiler
Hey, I'm using several node modules (grunt, jsduck) but some of them fail on compiling Alloy. I've put the node_modules directory in app/lib/node_modules because I needed should.js for unit testing...
View Articleunable to login in titanium
hi, i've got a big problem with titanium login. When i open titanium, i logged in normaly, but, if i try to create a new project, it shows me that i'm not logged in. I search in the forum and i find...
View Article