@salesforce/core
Version:
Core libraries to interact with SFDX projects, orgs, and APIs.
69 lines (35 loc) • 1.72 kB
Markdown
Unknown config name: %s.
Invalid config value: %s.
Specify a valid Salesforce instance URL.
Specify a valid Salesforce API version, for example, 42.0.
Specify a valid Debugger SID.
Specify a valid Debugger URL.
Specify a valid positive integer, for example, 150000.
The config value can only be set to true or false.
This directory does not contain a valid Salesforce DX project.
The config file "%s" is not schema valid.
Due to: %s
- Fix the invalid entries at %s.
In sfdx-project.json, be sure to specify which package directory (path) is the default. Example: `[{ "path": "packageDirectory1", "default": true }, { "path": "packageDirectory2" }]`
The path "%s", specified in sfdx-project.json, does not exist. Be sure this directory is included in your project root.
The path "%s", specified in sfdx-project.json, must be indicated as a relative path to the project root.
In sfdx-project.json, indicate only one package directory (path) as the default.
# invalidWrite
The writeSync method is not allowed on SfdxConfig. Use the async write method instead.
# singleNonDefaultPackage
The sfdx-project.json file must include one, and only one, default package directory (path). Because your sfdx-project.json file contains only one package directory, it must be the default. Remove the `"default": false` key and try again.