Skip to content

Installing packages

GRID provides a licensed set of packages for our spreadsheet engine, viewer, and editor. You will have access to one or more of these packages. To use our packages as project dependencies, use the relevant install command below.

Terminal window
npm install @grid-is/apiary

Because @grid-is packages are private, you need an npm auth token to access them. Create an .npmrc file in your repository root (or in another supported location) and add:

.npmrc
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
@grid-is:registry=https://registry.npmjs.org/