Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
zkochan
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
zkochan
1y ago
well, it is literally in an example in the text that you provided. So, I am not sure why you confused it with postinstall lifecycle scripts.
2.
▲
by
zkochan
1y ago
enablePrePostScripts is about running "prebuild" and "postbuild" scripts automatically, when you run "pnpm run build"
3.
▲
by
zkochan
2y ago
Good luck!
4.
▲
Simulation: From Solipsism to Mahavishnu
(vernus.one)
3 points
by
zkochan
2y ago
|
0 comments
5.
▲
Painless Monorepo Dependency Management with Bit
(bit.cloud)
2 points
by
zkochan
4y ago
|
0 comments
6.
▲
by
zkochan
4y ago
> it starts from not judging people by their ethnicity or nationality Russians that leave Russia are not blocked. I am Hungarian by ethnicity. I will be probably also judged for the terrible policy of Orban. I feel deep shame for it. So
7.
▲
by
zkochan
4y ago
Racist rhetoric? Don't be ridiculous. There is no Russian race. I don't block Russians if they leave Russia. I have many Russian friends in Ukraine. Only Russians that live in Russia are blocked. Russians that pay tax to a governm
8.
▲
by
zkochan
4y ago
> US-backed color revolutions - including the one in your very own country, I see I hope you won't use pnpm and we won't speak again.
9.
▲
by
zkochan
4y ago
You have the audacity to call it anti Russian hysteria, when I should hide from air raid attacks sometimes several times a day? Please don't use pnpm. Use Yarn or npm, those are better package managers for you.
10.
▲
by
zkochan
4y ago
You can use pnpm without symlinks by setting node-linker=hoisted https://pnpm.io/npmrc#node-linker
11.
▲
by
zkochan
4y ago
In the USA there are different people. Good and bad. There are states that are very conservative and there is California. There are some basic values that everyone agrees upon. I think nobody can claim that everyone is bad or good in the US
12.
▲
by
zkochan
4y ago
pnpm is really good for monorepos and there are many big open source projects that use pnpm: https://pnpm.io/workspaces#usage-examples
13.
▲
by
zkochan
4y ago
pnpm also implements all three: https://pnpm.io/feature-comparison But I think it is best to use Yarn for PnP and pnpm for the symlinked node_modules structure.
14.
▲
by
zkochan
4y ago
Both pnpm and Yarn are independent projects maintained by the community. I personally think that these are better projects than npm CLI because they can make their own decisions. Not decisions dictated by business needs of a company. I was
15.
▲
by
zkochan
4y ago
pnpm as well supports all three modes. But I think it is better to use Yarn for the PnP mode and pnpm for the symlinked mode. Here is a feature comparison: https://pnpm.io/feature-comparison
16.
▲
by
zkochan
4y ago
That was the deal a few weeks ago. After the atrocities that their army has committed in my country, I do not think I will ever unblock traffic from Russian Federation.
17.
▲
by
zkochan
4y ago
Not symlinks. Hard links. Or copy-on-write on systems that support them.
18.
▲
by
zkochan
4y ago
It is unrelated because you don't have this issue with pnpm. pnpm uses a central content-addressable store and each unique file is written only once on a disk. It doesn't matter in how many projects you install the same dependency
19.
▲
by
zkochan
4y ago
In any cases where pnpm doesn't work, you may set the node-linker=hoisted option and it will work: https://pnpm.io/npmrc#node-linker With node-linker=hoisted, pnpm creates a traditional hoisted (aka flat) node_modules,
20.
▲
by
zkochan
4y ago
Thank you!
21.
▲
by
zkochan
4y ago
Слава Україні!
22.
▲
Pnpm v4.9 comes with command completion
(dev.to)
1 points
by
zkochan
7y ago
|
0 comments
23.
▲
PNPM vs Yarn: monorepo node_modules
(medium.com)
4 points
by
zkochan
8y ago
|
0 comments
24.
▲
by
zkochan
8y ago
here's an article about how much less disk space is used by pnpm. This concept will probably come with the same disk space savings http://www.andrewconnell.com/blog/npm-yarn-pnpm-which-packag... but this concept i
25.
▲
by
zkochan
8y ago
This change will reduce the size node_modules uses up (10 or more times). pnpm saves one version of a package only ever once on a disk and node_modules consume drastically less space
26.
▲
Verdaccio 3 released
(medium.com)
2 points
by
zkochan
8y ago
|
0 comments
27.
▲
PNPM v2 is out Store server, recursive commands and other features since v1.0
(medium.com)
1 points
by
zkochan
8y ago
|
0 comments
28.
▲
by
zkochan
9y ago
Actually, I have written an article about this when the feature was added to pnpm: Why package managers need hook systems ( https://medium.com/pnpm/why-package-managers-need-hook-syste... ). Also, soon pnpm will support
29.
▲
How to publish an npm package together with its node_modules
(github.com)
1 points
by
zkochan
10y ago
|
0 comments