SalesforceLabs / FileExplorer

With the Lightning File Explorer, you can create and then view a hierarchy of your files associated with a record. The files are nested within a familiar tree structure which we are all used to.
BSD 3-Clause "New" or "Revised" License
36 stars 47 forks source link

I would like to fork and update this package but I receive errors when trying to sfdx force:source:deploy using the package.xml included #13

Open DrsMatt opened 2 years ago

DrsMatt commented 2 years ago

I would like to customize the UI for additional usability but when I fork the project and attempt to deploy I receive the following error.

sfdx force:source:deploy -x ./src/package.xml -u fe-sb Deploying v54.0 metadata with SOAP API v51.0 connection ERROR running force:source:deploy: No source-backed components present in the package.

Question 1: Should I be able to fork and deploy this to a Dev Sandbox?

Question 2: Any ideas on the error? I ran the sfdx update command and have the latest CLI.

Thanks for any help that can be provided.

paull10au commented 2 years ago

Hey @DrsMatt,

Could you try deploying this version?

https://github.com/SalesforceLabs/FileExplorer/tree/feature/inline-delete

ta Paul