codesandbox / codesandbox/codesandbox-client

Feature Request: node alias support (latest, lts, lts/gallium, etc.)

Open
#6,518 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
13.6k
Forks
2.4k
Avg merge
6d 19h
Merged PRs (30d)
2

Description

🌈 Feature: node alias support

Node alias support would allow specifying the node version used by a container as follows:

  • latest: Latest version
  • lts or lts/*: Latest LTS version
  • lts/-1, lts/-2, etc.: Latest LTS major version - [value] (e.g., 16.x.x => 15.x.x)
  • lts/erbium, erbium: Named LTS version

Example sandbox.config.js:

{
  "template": "node",
  "node": "lts"
}

Thanks!

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing how the node value from sandbox.config.js is resolved for the node template. Define how latest, lts, numeric LTS offsets, and named LTS releases map to usable versions, then verify each alias against the requested examples and the Node.js release data.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, node.js
Domain
devtools
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.