tns --version outputs 1.2.2
When adding a library to a NS project using tns library add android the library's dependencies are not correctly resolved because the path to the corresponding project.properties file is faulty. There is a whitespace between the dependency's path and the /project.properties token.
I think this commit has introduced the issue: 3919e82