Files
pnpm/packages/plugin-commands-env/README.md
Zoltan Kochan af8b5716e4 feat: a command for installing Node.js (#3620)
The following command will install Node.js (inspired by [poetry](https://python-poetry.org/docs/managing-environments/)):

```
pnpm env use --global 16.5.0
```
2021-07-30 14:21:19 +03:00

16 lines
292 B
Markdown

# @pnpm/plugin-commands-env
> pnpm commands for managing Node.js
[![npm version](https://img.shields.io/npm/v/@pnpm/plugin-commands-env.svg)](https://www.npmjs.com/package/@pnpm/plugin-commands-env)
## Installation
```sh
<pnpm|npm|yarn> add @pnpm/plugin-commands-env
```
## License
MIT