Install Node SDK

Install Node SDK

You can use Box Node SDK to call Box APIs in a Node project.

Node SDK is currently in maintenance mode and will be deprecated soon. This means only critical security updates and bug fixes will be implemented. It is recommended to use the auto-generated Typescript SDK.

Learn more about Node SDK on GitHub

NPM installation

To install the Node SDK run the following command from your terminal window or command prompt using the Node Package Manager.

npm install box-node-sdk --save

Yarn installation

Similarly, the SDK can be installed using the Yarn package manager.

yarn add box-node-sdk