Commit Graph

27 Commits

Author SHA1 Message Date
Khải
3beb895afe feat: create pnpx for bundled pnpm (#8241)
close #8230
2024-06-26 15:52:05 +02:00
Khải
1a70379e28 refactor: return type annotations small packages in the packages directory (#7871)
* refactor(error): return type annotation

* refactor(git-utils): return type annotation

* refactor(make-dedicated-lockfile): return type

* refactor(doctor): return type annotations

* refactor(init): return type annotations

* refactor(setup): return type annotations

* refactor: return type annotations

* refactor(render-peer-issues): return type
2024-04-08 20:52:03 +02:00
Zoltan Kochan
ee61ca4cb7 style: update eslint (#6236) 2023-03-18 14:57:29 +02:00
Zoltan Kochan
583e3954be fix: remove suppressImplicitAnyIndexErrors from typescript settings (#5991) 2023-01-28 18:19:26 +02:00
Zoltan Kochan
f884689e0d fix(deps)!: update @pnpm/logger (#5496) 2022-10-14 20:48:43 +03:00
Zoltan Kochan
fe53c2986e fix(setup): suggest to source the config (#5165) 2022-08-06 15:58:30 +03:00
Anthony DePasquale
9cebb77d0e fix: change "up-to-date" to "up to date" where necessary (#5148) 2022-08-03 14:07:56 +03:00
Zoltan Kochan
e1cb00e286 fix(setup): use @pnpm/os.env.path-extender (#4862) 2022-06-06 23:22:33 +03:00
Zoltan Kochan
e6a9f157d6 fix(setup): don't fail if PNPM_HOME is not yet in the system registry (#4760)
close #4757
2022-05-19 03:11:49 +03:00
Zoltan Kochan
e2ac82f3f9 refactor: setup (#4731) 2022-05-16 03:56:14 +03:00
Zoltan Kochan
46efa18af8 fix(setup): don't add %PNPM_HOME% multiple times to Path 2022-05-12 17:12:53 +03:00
Zoltan Kochan
0c184eae56 refactor(setup): use env var in Path on Windows 2022-05-12 16:44:38 +03:00
Zoltan Kochan
1bfaf62b41 refactor: pnpm setup (#4713) 2022-05-12 02:24:24 +03:00
Zoltan Kochan
0bdf6bab57 test(setup): improve tests 2022-05-11 03:36:33 +03:00
Zoltan Kochan
59a7b06c37 refactor: setup 2022-05-11 01:59:06 +03:00
liuxingbaoyu
460ccf60e5 fix: make pnpm setup free of garbled characters (#4712)
The output used to be garbled on non-English systems, but not anymore.
2022-05-10 20:04:14 +03:00
Zoltan Kochan
61d102a99d Refactor setup (#4709)
* refactor: setup on Windows

* fix(setup): don't override existing PNPM_HOME by default
2022-05-10 03:42:03 +03:00
Zoltan Kochan
71c7ed9980 fix(setup): update the current shell, not the preferred one (#4701)
ref #4658
2022-05-09 17:06:52 +03:00
liuxingbaoyu
7c9362d3dc fix: pnpm setup breaks PATH with non-ascii characters (#4699)
Previous `pnpm setup` would break %PATH% containing non-ascii characters
Now it works fine

close #4698
2022-05-08 19:29:38 +03:00
Zoltan Kochan
b847e03008 fix(setup): shell rc files should be created (#4028)
close #4027
2021-11-22 18:07:42 +02:00
Tautvydas Duda
cee8b73f15 feat(setup): setup PATH and PNPM_HOME on win32 platform (#3734) 2021-09-03 11:12:35 +03:00
Kaito Udagawa
ade0fa92f4 chore(setup): do not remove executable in setup (#3724)
The executable installed by package manager (e.g. Homebrew) should
not be removed after the setup command is run.
The installation script should remove that and install.sh do so.
2021-08-29 19:46:39 +03:00
Zoltan Kochan
71cc218328 fix(setup): print an info message (#3698) 2021-08-22 19:21:45 +03:00
Zoltan Kochan
f29314b3b2 fix(setup): create target directory before copying pnpm 2021-08-18 02:45:29 +03:00
Zoltan Kochan
8d038f8f1c feat: pnpm setup should move the CLI to the pnpm home dir (#3677)
ref #3633
2021-08-18 02:06:47 +03:00
Zoltan Kochan
6a64c1ff58 fix: pnpm setup should print a summary 2021-06-06 01:28:16 +03:00
Zoltan Kochan
473223be97 feat: a new command for setting up pnpm (#3456) 2021-05-22 22:36:50 +03:00