# Compatibility Table

This package is expected to work in these environments:

| Environment                             | Comment                                                                                                                                           |
| --------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| nodejs>=18.19                           |                                                                                                                                                   |
| Browser using script tag, umd           |                                                                                                                                                   |
| webpack\@4                              | requires a fix to work with mjs build [webpack-4](https://github.com/webpack/webpack/issues/7482#issuecomment-394884837)                          |
| webpack\@5                              |                                                                                                                                                   |
| @vue/cli\@4 (webpack\@4)                | requires aliases to ESM versions of autorest deps [vue-cli4](/developer-documentation/aepp-sdk-js/docs.md#vue-cli4)                               |
| @vue/cli\@5 (webpack\@5)                |                                                                                                                                                   |
| vue\@3                                  | AeSdk, Contract instances can't be reactive [vue-3](/developer-documentation/aepp-sdk-js/docs.md#vue3)                                            |
| create-react-app\@4 (webpack\@4)        | mjs build is not compatible with webpack\@4 [cra-webpack-4](https://github.com/aeternity/aepp-sdk-js/issues/1529)                                 |
| create-react-app\@5 (webpack\@5)        |                                                                                                                                                   |
| create-react-native-app\@3 (webpack\@4) | mjs build is not compatible with webpack\@4 [cra-webpack-4](https://github.com/aeternity/aepp-sdk-js/issues/1529)                                 |
| meteor\@2                               |                                                                                                                                                   |
| jest\@27.5.1                            | requires an environment where Buffer is instanceof Uint8Array [jest](https://github.com/facebook/jest/issues/4422#issuecomment-770274099)         |
| typescript>=4.8                         | requires `tsconfig.json` adjustments [typescript](/developer-documentation/aepp-sdk-js/docs.md#typescript-projects)                               |
| vite\@3                                 | requires `build.target: 'es2020'` and `bigint: true` in vite.config.js [vite](https://github.com/vitejs/vite/issues/9062#issuecomment-1202167352) |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aeternity.com/developer-documentation/aepp-sdk-js/docs/compatibility.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
