Has anyone else used the 2022.2.0 theme tools? I'm...
# suitecommerce
c
Has anyone else used the 2022.2.0 theme tools? I'm doing a
gulp theme:deploy
and the
DeployDistribution
folder is missing after compilation.
m
Hi Chris, having the same issue here. were you able to fix it ?
c
@Matias Lugli Yea, turned out to be a node version issue. I made sure I was on
v12.21.0
and reinstalled (
npm i
) and that seemed to take care of it.
Either I'm crazy (which is entirely possible) or the last version of the tool was more forgiving of the node version.
m
I was doing exactly that. Thank you for confirming . Yes, I think it's more restrictive now.
👍🏻 1