deploy-to-sfdx icon indicating copy to clipboard operation
deploy-to-sfdx copied to clipboard

Error while deployment

Open vivekojha85 opened this issue 5 years ago • 0 comments

GUID: c4b52c09-4c39-32d8-9228-95e78ee389a9 ERROR running force:org:create: We've deprecated OrgPreferences. Update the scratch org definition file to replace OrgPreferences with their corresponding settings. Replace the orgPreferences section: { "orgPreferences": { "enabled": [ "S1DesktopEnabled" ] } } With their updated settings: { "settings": { "lightningExperienceSettings": { "enableS1DesktopEnabled": true } } } For more info on configuring settings in a scratch org definition file see: https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_scratch_orgs.htm.'

  1. GUID: c4b52c09-4c39-32d8-9228-95e78ee389a9 ERROR running force:org:create: We've deprecated OrgPreferences. Update the scratch org definition file to replace OrgPreferences with their corresponding settings. Replace the orgPreferences section: { "orgPreferences": { "enabled": [ "S1DesktopEnabled" ] } } With their updated settings: { "settings": { "lightningExperienceSettings": { "enableS1DesktopEnabled": true } } } For more info on configuring settings in a scratch org definition file see: https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_scratch_orgs.htm.'
  2. Set instance url to https://nevitron-dev-ed.my.salesforce.com.
  3. Successfully cloned https://github.com/pozil/sfdc-lightning-component-event-playground.
  4. Using .salesforcedx.yaml found in repository.

vivekojha85 avatar May 22 '20 10:05 vivekojha85