Language

Package: python-nodeenv @ 1.4.0

Synopsis

Create isolated node.js environments

Description

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.

Home page
https://ekalinin.github.io/nodeenv/
Location
gnu/packages/python-xyz.scm (line: 21947, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?