-
Notifications
You must be signed in to change notification settings - Fork 505
BUG: Incorrect Node version installed in edx-platform container #1259
Copy link
Copy link
Closed
Labels
bugBugs will be investigated and fixed as quickly as possible.Bugs will be investigated and fixed as quickly as possible.post release bug
Description
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 -vto 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugBugs will be investigated and fixed as quickly as possible.Bugs will be investigated and fixed as quickly as possible.post release bug
Type
Projects
Status
Done