Skip to content

BUG: Incorrect Node version installed in edx-platform container #1259

@feanil

Description

@feanil

Bug description

The openedx dockerfile is currently hardcoding the version of Node to build for compiling static assets. The version is wrong and it is not respecting the .nvmrc file in the edx-platform repo which is the source of truth for the currently supported Node version.

How to reproduce

  • Startup the lms/cms containers ( tutor dev exec lms bash)
  • Run node -v to check the version.

Environment

Ubuntu 24.04

Additional context

For openedx frontend environments, the nvm tool is the current default tool for setting up and managing node environments. It may make sense to use that instead of nodeenv.

Install instructions for nvm in docker.

Metadata

Metadata

Assignees

Labels

bugBugs will be investigated and fixed as quickly as possible.post release bug

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions