function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Nathan PRATSNathan PRATS 

SFDX - how to push an installed package from an org to the SFDX repo ?

Hi, 

I'm new to SFDX. 
I created a SFDX project locally, and I started developing in a Trailhead Playground with a Scratch Org. 
The issue is that the changes I made are linked to an unmanaged package I installed in both the TP and the Scratch Org, and when I run "sfdx force:source:pull" on my Terminal, it says that it can't find an element from the package... well obviously... but how can I push this package I need from one of my 2 orgs to the SFDX Project? I couldn't figure it out from the documentation. 

Thanks