Files
2024-02-28 23:43:20 +00:00

6 lines
229 B
Plaintext

nodeenv (node.js virtual environment) is a tool to create isolated
node.js environments.
It creates an environment that has its own installation directories,
that doesn't share libraries with other node.js virtual environments.