mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-18 22:02:53 -04:00
The following command will install Node.js (inspired by [poetry](https://python-poetry.org/docs/managing-environments/)): ``` pnpm env use --global 16.5.0 ```
5 lines
82 B
TypeScript
5 lines
82 B
TypeScript
import * as env from './env'
|
|
import * as node from './node'
|
|
|
|
export { env, node }
|