Getting Started
Prerequisites
Node.js >= 20.0.0
npm, or yarn ≥ 4.3.1
pure ESM compiler (commonjs not supported)
Installation
The Pangea SDK is a typescript enabled javascript library. Install with npm or yarn.
The Pangea SDK is ESM-only. Set your package.json to "type": "module".
Troubleshooting? See ESM Migration Guide.
If using yarn v2+
When using yarn v2+ then you will need to also add the following to your package.json
file.
Last updated