Commit Graph

7 Commits

Author SHA1 Message Date
Zoltan Kochan
37905fcf7c feat: installing prerelease Node.js versions (#3892)
ref https://github.com/pnpm/pnpm/discussions/3857
2021-10-19 11:39:14 +03:00
Zoltan Kochan
1a6cc7ee77 feat(env): installing the latest Node.js version (#3879)
ref https://github.com/pnpm/pnpm/discussions/3857
2021-10-16 16:15:36 +03:00
Zoltan Kochan
5ee3b2dc77 fix: use single global config file for all npm/pnpm versions (#3873) 2021-10-15 13:10:02 +03:00
Zoltan Kochan
04b7f60861 fix: prevent binary planting attacks on Windows 2021-09-16 12:10:46 +03:00
Zoltan Kochan
25a2d6e5ca feat(env): link npm and npx as well, when installing Node.js (#3696) 2021-08-22 20:16:19 +03:00
Zoltan Kochan
27e6331c65 feat(env): install Node.js using a version range (#3629) 2021-07-31 00:21:42 +03: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