Description
When using the titanium cli from master branch, the cli errors out with the below
/Users/eharris/Documents/git/titanium/lib/logger.js:33
logger = new winston.createLogger({
^
TypeError: winston.createLogger is not a constructor
This is because of the upgrade to winston 3.0.0, we can either downgrade to 1.1.2 (the old version), or fix the usage. The former is probably safer
Steps to reproduce
Download the git repo for titanium cli
run npm install
run ./bin/titanium
Actual
Above error
Steps to reproduce
CLI should work
PR: https://github.com/appcelerator/titanium/pull/280