Skip to content
The documentation is not yet completly updated for Version 0.4. This will be done within the next few days.

NodeJS

Within this config sections you can define settings for NodeJS.

The following example shows all settings that can be set and which will be explained on this page:

nodejs:
version: 20.0.0

With this setting the currently active NodeJS version can be defined. If you want to change the version during runtime you can use the webdev nodejs version command. It will also list all available version.

Default value: If not defined, latest version of nodejs will be used

Example

nodejs:
version: 20.0.0