In order to install the Lightning Conductor SPFx Client Side Web Part in a SharePoint 2016 environment, the following steps must be performed.

  1. Extract content of the Lightning Conductor SPFx Client Side Web Part.Zip file to one of the SharePoint WFE servers.

  2. Open a browser and navigate to your AppCatalog. The URL will vary between tenants, but is likely to be: https://companyname.sharepoint.com/sites/appcatalog.

  3. On the Left hand Navigation Pane, click Apps for SharePoint.

    Apps for SharePoint

  4. Click Upload, and browse to the lightning-conductor-cswp.sppkg file that you unzipped.

    Upload Lightning Conductor App to App Catalog

  5. Click Open on the Open dialog box.

  6. Click OK to the Add a document dialog box.

  7. You should now see a green banner indicating that the web part was uploaded successfully.

  8. Run SharePoint management shell and execute the PowerShell script deploy.ps1 (from zip file) by providing URL of target web application via parameter -webAppurl

    It is assumed that folder “LC” and script “deploy.ps1” (from zip file) will be located in the same folder (like in zip file).

    Assuming that script “deploy.ps1” is located in current directory of SharePoint management shell, the command will look like this:

    .\deploy.ps1 -webAppUrl URL
  1. Add Lightning Conductor CSWP to a site

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Please do not use this for support questions.
For customer support, please contact us here.

Post Comment