-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to create new project with the '--template standard' flag #38
Comments
@jwalke As a workaround, run |
Thanks for reporting. It looks like the |
This same error is happening in Windows 10, someone knows what can be done to solve it. |
@hadesproject10 This actually was fixed a while ago, we forgot to close the bug. I think you are running and older version of sfdx. Please run |
Started appearing again after updating to 7.30.12-9919bf456f |
Me to, command below. All went wrong after running SFDX update, which say all OK: ERROR |
Fixed in sfdx-cli: Updating CLI... already on latest version: 7.30.13-9e204762d5 |
facing error again in 7.32 { AssertionError [ERR_ASSERTION]: Trying to copy from a source that does not exist: C:\Program Files (x86)\Salesforce CLI\client\node_modules\salesforcedx-templates\lib\templates\project\standard\ScratchDef.json |
Hello { AssertionError [ERR_ASSERTION]: Trying to copy from a source that does not exist: C:\Program Files (x86)\Salesforce CLI\client\node_modules\salesforcedx-templates\lib\templates\project\standard\ScratchDef.json This is my actual version : sfdx-cli: Updating CLI... already on latest version: 7.33.2-045d48473e |
Well I had uninstalled and installing again in the default directory |
I'm also facing the same issue with sfdx-cli version: 7.36.0-b1c4e9c7c8 |
facing the same issue over here too. 07:41:56.72 sfdx force:project:create --projectname Dev0 --outputdir c:\sfdx --template empty --manifest |
Summary
The force:project:create command fails when I attempt to use the
--template standard
flagSteps To Reproduce:
sfdx force:project:create -n myProject --template standard
Expected result
A project is created with the new project scaffold described in the v. 45.3.1 release notes
Actual result
No project is created and the following error is returned:
Additional information
SFDX CLI Version:
sfdx-cli/6.54.4-c01dcc69db (darwin-x64) node-v8.9.4
SFDX plugin Version:
45.3.4
OS and version:
macOS 10.13.6 (17G5019)
The text was updated successfully, but these errors were encountered: