Saturday 10 July 2021

How to install PnP js dependencies/libraries

 npm install @pnp/common @pnp/sp @pnp/graph --save

npm install @pnp/common @pnp/odata @pnp/logging @pnp/graph @microsoft/microsoft-graph-types –save

If you want to downgrade the version, then uninstall the library and install:

npm install @pnp/logging@2.11.0 @pnp/common@2.11.0 @pnp/odata@2.11.0 @pnp/sp@2.11.0 --save

No comments:

Post a Comment