Commit Graph

9 Commits

Author SHA1 Message Date
Zoltan Kochan
917b95c01f fix: upgrade typescript to v4.4.4 2021-10-16 23:33:34 +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
913d97a050 fix(env): do not create a command shim for the Node.js executable (#3869) 2021-10-14 14:26:00 +03:00
Zoltan Kochan
bab1723854 fix: do not silently exit on bad HTTPS requests (#3768)
close #3756
close #3754
2021-09-13 04:44:40 +03:00
Zoltan Kochan
869b1afcbe fix: the env command on Windows (#3742)
close #3711
2021-09-03 03:37:22 +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