Commit Graph

2 Commits

Author SHA1 Message Date
Brandon Cheng
10a4bd4db2 feat: add node-mirror:<releaseDir> options (#4083)
close #4039
2021-12-10 20:07:58 +02:00
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