Description
When building using 6.2.0.v20170425075343 and building for Windows the build process will error out with
Error: Cannot find module 'titanium-sdk/lib/builder''
, titanium-sdk is now node-titanium-sdk the references in titanium_mobile_windows need updating
https://github.com/appcelerator/titanium_mobile_windows/search?utf8=%E2%9C%93&q=titanium-sdk&type=
Steps to reproduce
ti sdk install -b master -d
Edit your tiapp.xml to use the SDK
Build your app ti build -p windows
Actual
Above error thrown
Expected
Build process should not error
PR: https://github.com/appcelerator/titanium_mobile_windows/pull/984
Verified fix in SDK Version: 7.0.0.v20170821125551 and SDK Version: 6.2.0.v20170822080825 Test and other information can be found at: https://github.com/appcelerator/titanium_mobile_windows/pull/984 *Test Environement*