Skip to main content
Note: When using React, ensure you’re using version 18 or higher.
Installing Clasp using a package manager:
npm install clasp-components

Troubleshooting

Here’s how to solve some common problems when working with the SDK.
Check that clasp-components exists in your /nodes_module folder. If not, re-install it using the command above. Also ensure that you are passing in the right config parameters. Each Component’s parameters can be found here.
Ensure that you have imported and passed in the Clasp styling object to your Component (see guide).
The SDK works best with React based projects. That said, there are custom workarounds that can be applied to have it work with other front-end frameworks. Reach out to the Clasp team for more info.
I