Install Node SDK
Install Node SDK
The Box Node SDK can be used to make API calls to the Box APIs in a Node project.
Learn more about the Node SDK on GitHubNPM 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