Unable to create new project with the '--template standard' flag
See original GitHub issueSummary
The force:project:create command fails when I attempt to use the --template standard
flag
Steps To Reproduce:
- Run the command
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:
‘ERR_ASSERTION’: Trying to copy from a source that does not exist: /Users/walkej/.local/share/sfdx/client/node_modules/force-language-services/dist/project/templates/.gitignore
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)
Issue Analytics
- State:
- Created 5 years ago
- Comments:12 (3 by maintainers)
Top Results From Across the Web
Unable to create new project using template created with the ...
I can successfully create the project template and import it into VS using the Export Wizard. When I then try to use the...
Read more >Configure a Project Template - Procore Support
To configure an existing project as a project template so it can be applied when creating new projects in your company's Procore account....
Read more >Manage projects - GitLab Docs
On the right of the page, select New project. Select Create from template. Select the Instance or Group tab. From the list of...
Read more >Flutter: How to create a new project - Stack Overflow
I think a better way is to create Flutter project by command line flutter create --org com.yourdomain your_app_name.
Read more >dotnet new <TEMPLATE> - .NET CLI - Microsoft Learn
The dotnet new command creates a .NET project or other artifacts based on a template. The command calls the template engine to create...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Well I had uninstalled and installing again in the default directory
Thanks for reporting. It looks like the
.gitignore
file isn’t in the bundle because NPM automatically ignores those files. We will get this fixed.