---
title: "Feature: #83038 - Introduce Yarn as dependency manager for node modules"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-83038"
source: "Changelog/9.0/Feature-83038-IntroduceYarnAsDependencyManagerForNodeModules.rst"
typo3-version: "9.0"
typo3-major: 9
type: "feature"
issue: 83038
forge: "https://forge.typo3.org/issues/83038"
tags: ["JavaScript"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Feature: #83038 - Introduce Yarn as dependency manager for node modules {#feature-83038}

See [forge#83038](https://forge.typo3.org/issues/83038)

## Description {#description}

Because of the broken dependency manager logic in NPM we have introduced
yarn as dependency manager for node modules.

To install node modules you have to install [yarn](https://yarnpkg.com/lang/en/) first and call
`yarn install`, do not use `yarn update` until you really want update a dependency.

## Impact {#impact}

npm should not be used to ensure installing the correct versions.
