Install Node SDK (Deprecated)
Install Node SDK (Deprecated)
You can use Box Node SDK to call Box APIs in a Node project.
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