Tuesday, July 24, 2018

SharePoint Framework - Avoiding NPM Package Dependencies

NPM (Node Package Manager) is a package manager for JavaScript as like Nuget for managed code of .Net framework. NPM is used to consume third party libraries in SharePoint Framework (SPFx) solutions. All of the required packages like jQuery, React, Angular, Office Fabric UI, etc. can be added to the solution using NPM. The packages are dependent on each other. Change of semantic versioning (semver) of one package can break the dependency build toolchain.

source https://www.c-sharpcorner.com/article/sharepoint-framework-avoid-npm-package-dependencies/

No comments:

Post a Comment