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.
npm install @grid-is/apiarynpm install @grid-is/mondrian-reactnpm install @grid-is/editor-core @grid-is/editor-reactAuthorisation and access
Section titled “Authorisation and access”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:
//registry.npmjs.org/:_authToken=${NPM_TOKEN}@grid-is:registry=https://registry.npmjs.org/