Anybody know what this error is about when trying ...
# suitecommerce
j
Anybody know what this error is about when trying to do a
gulp theme:deploy
?
Cannot read property 'searchResponse' of undefined
c
Hey @Jacob D, I do remember coming across this error a while back. I recall needing to walk through the gulp process to figure it out. Which version of the theme developer tools are you using?
j
@Cory At this point, I have no idea. Where do I find the version I’m using?
c
Should be in the package.json at the root of your theme. Version will be at the top.
j
2020.2.1
c
Yep, that sounds like the version where I saw the error. Are you working in sandbox? You should be able to use the new 2021.1.0 version, which should resolve it. That will be in the file cabinet in the Extension Management bundle folder.
a
Hi All, there is a known issue, just try to deploy like
gulp theme:deploy --advanced
that worked for us
j
We updated the developer tools but I was still having issues. I ended up checking out the updated branch from our repo, reinstalling node packages and then was finally able to deploy. However, during this process, I ended up creating a bunch of extra tokens that I don’t need. Does anybody know how to delete tokens created by dev tools?