@pnp/nodejs¶
This package supplies helper code when using the @pnp libraries within the context of nodejs. Primarily these consist of clients to enable use of the libraries in nodejs.
Getting Started¶
Install the library and required dependencies. You will also need to install other libraries such as @pnp/sp or @pnp/graph to use the exported functionality.
npm install @pnp/sp @pnp/nodejs --save
SP Extensions¶
Added in 2.0.9
A set of nodejs specific extensions for the @pnp/sp library.