Wednesday, March 1, 2017

Invalid Appcelerator ID and password combination

This can happen if you have an environment variable such as NODE_ENV set to development. To check this run echo $NODE_ENV and if it returns a value then run NODE_ENV= to unset it. 

echo $NODE_ENV 
- NODE_ENV= 

Now try to login 
  • appc logout
  • appc login
Hope this helps.

No comments:

Post a Comment