From the course: SharePoint Framework for Developers: 3 Deployment, Upgrades, and Lifecycle

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Use PowerShell to manage the site collection app catalog

Use PowerShell to manage the site collection app catalog

From the course: SharePoint Framework for Developers: 3 Deployment, Upgrades, and Lifecycle

Start my 1-month free trial

Use PowerShell to manage the site collection app catalog

- [Instructor] So before you can use the Site Collection App Catalog, you, A, need a starter solution to work with, so I'm going to use the solution in front of you, the spfxwebpart. This is the same code that was in Chapter 1, folder 2, in the Start folder. So go ahead and take that code, unzip it somewhere, and run npm install. Once you run npm install, you should see a node_modules folder. Lets go ahead and open this in VS code. Okay, so, with our code setup, now lets talk about the process of adding an App Catalog into a Site Collection. So by default, the App Catalog for a Site Collection is not added by default, because you don't want this capability on every single site by default, because than people start uploading stuff, its running under their execution rights, so you want to enable this with some education. You want to say, okay, you can upload stuff, but make sure you upload only trustworthy stuff. So whether or not you have this already enabled in a Site Collection, you…

Contents