You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.
When I try to run csxs debug I get following error:
▾ target:debug
░ Reading project configuration...
░ Validating csxs.json... [success]
/usr/local/lib/node_modules/csxs/src/targets/debug.js:56
options['cs-product'] = options['cs-product'] || build['cs-products'][0];
^
TypeError: Cannot read property '0' of undefined
at /usr/local/lib/node_modules/csxs/src/targets/debug.js:56:73
at /usr/local/lib/node_modules/csxs/node_modules/roto/lib/roto.js:325:5
at async.mapSeries.currentTarget (/usr/local/lib/node_modules/csxs/node_modules/roto/lib/roto.js:390:4)
at /usr/local/lib/node_modules/csxs/node_modules/async/lib/async.js:224:13
at iterate (/usr/local/lib/node_modules/csxs/node_modules/async/lib/async.js:131:13)
at /usr/local/lib/node_modules/csxs/node_modules/async/lib/async.js:142:25
at /usr/local/lib/node_modules/csxs/node_modules/async/lib/async.js:226:17
at /usr/local/lib/node_modules/csxs/node_modules/roto/lib/roto.js:395:14
at process._tickCallback (node.js:415:13)
at Function.Module.runMain (module.js:499:11)
If I uncomment those two commented lines then csxs is happy but cant find Photoshop CS6 - and it wont find cause I dont and wont have it:
In csxs.json I have:
When I try to run
csxs debug
I get following error:If I uncomment those two commented lines then csxs is happy but cant find Photoshop CS6 - and it wont find cause I dont and wont have it:
So how I can target photoshop CC only?
The text was updated successfully, but these errors were encountered: