node-lts
Node.js JavaScript runtime β¨π’πβ¨
Language javascript js linux
Minimal
Install package
Latest min add node-lts - Source archive SHA256
- 8298cf1fβ¦31b3
- Spec hash
- 73c77480β¦a83d
- Target
- amd64/linux
- Needs network
- No
- Closed source
- No
What is node-lts?
Node.js JavaScript runtime β¨π’πβ¨
How to use this package
Quick install
Installs the package into the current environment for this session. Use --build or --runtime to persist it as a build-time or runtime dependency.
min add node-lts Declare as a task dependency in minimal.toml
Listing the package under tasks.<name>.packages makes it available inside that taskβs sandbox.
[tasks.dev]
packages = ["node-lts"] Build-time vs runtime
Choose build-time for tools needed during compilation, runtime for dynamic libraries loaded at runtime.
min add --build node-lts
min add --runtime node-lts