Recent searches


No recent searches

Adrian Martin's Avatar

Adrian Martin

Joined Sep 11, 2023

·

Last activity Sep 11, 2023

Following

0

Followers

0

Total activity

2

Votes

0

Subscription

1

ACTIVITY OVERVIEW

Latest activity by Adrian Martin

Adrian Martin commented,

CommentUsing themes and customizing your Help Center

The "TypeError: Cannot read properties of undefined (reading 'split')" in Windows environment is caused by a bug with the templates' detection.

I fixed it after changing the next line in node_modules\@zendesk\zcli\node_modules\@zendesk\zcli-themes\dist\lib\getTemplates.js

const identifier = template.split('templates\\')[1].split('.hbs')[0].replace(/\\/g, '/');

@zendesk/zcli/1.0.0-beta.38 win32-x64 node-v16.13.2

View comment · Posted Sep 11, 2023 · Adrian Martin

0

Followers

1

Vote

0

Comments