Closed trevor-ryan-burkholder closed 6 years ago
var version = argv.a || argv.version;
had to be changed to var version = argv.lrv || argv.liferayVersion;
at line 25 within upgrade.js which makes gulp upgrade --lrv 6.2
and gulp upgrade --liferayVersion 6.2
work correctly.
Hey @TBurk83, sorry for the delayed response... I think we made some changes since this, as I can't get this to behave as you describe.
Would you mind verifying again and if this is still an issue filing a new one at the new repo location at liferay-themes-sdk repo?
Thanks
Command
gulp upgrade -v 6.2
returns gulp version information.