
Team,
This is regarding SFDX create project using below command
SFDX force:project:create -projectname Test321LWC --outputdir e:\SFDC_LC\SF_LWC\Test123lwc --template standard.
Above command ends with error meg reading
sfdx force:project:create --projectname Test321LWC --outputdir e:\SFDC_LC\SF_LWC\Test123lwc --template standard
! ! Specify a valid template
sfdx force:project:create --projectname Test321LWC --outputdir e:\SFDC_LC\SF_LWC\Test123lwc --template standard ended with exit code 1
SFDX version - sfdx-cli/6.50.0-9817aece8a (windows-x64) node-v8.9.4
Not sure how to resolve/fix this issue and any help in this regard to resolve / fix this is much appreciated.
Regards,
Suresh PJ
1 件のコメント

Got to know the cause, current version of SFDX plugin core is "salesforcedx 44.17.0 (core)" on my machine whereas min required version is >=45. Hope sfdx plugins:install salesforcedx@latest will help to resolve this issue.