# Migration Issues

### Quick Fixes

* **Clean install:** Delete `node_modules` and reinstall packages
* **Check versions:** Ensure compatible peer dependency versions
* **Complete removal:** Remove all old DApp Kit packages before installing VeChain Kit

### Issues in This Section

#### [Peer Dependencies](#peer-dependencies)

Resolving version conflicts and dependency mismatches when installing VeChain Kit.

#### [From DApp Kit](#from-dapp-kit)

Complete migration guide for projects upgrading from DApp Kit, including package removal and import updates.

***

**Can't find your issue?** Search our [GitHub Issues](https://github.com/vechain/vechain-kit/issues) or ask on [Discord](https://discord.com/invite/vechain).


---

# 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.vechainkit.vechain.org/troubleshooting/migration-issues.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.
