Live data from Hacker News

Viewing profile — zkochan

zkochan

HN member
Joined
Tue, Jul 26, 2016, 8:26 AM UTC
HN karma
39
Public activity
29 items

About zkochan

No profile information was provided.

Recent public activity

  1. comment
    Comment #45290778

    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. comment
    Comment #45290770

    enablePrePostScripts is about running "prebuild" and "postbuild" scripts automatically, when you run "pnpm run build"

  3. comment
    Comment #43374439

    Good luck!

  4. story
  5. story
  6. comment
    Comment #30934870

    > 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 th…

  7. comment
    Comment #30934768

    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 Russ…

  8. comment
    Comment #30930133

    > 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. comment
    Comment #30930113

    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 be…

  10. comment
    Comment #30925114

    You can use pnpm without symlinks by setting node-linker=hoisted https://pnpm.io/npmrc#node-linker

  11. comment
    Comment #30924850

    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 t…

  12. comment
    Comment #30923908

    pnpm is really good for monorepos and there are many big open source projects that use pnpm: https://pnpm.io/workspaces#usage-examples

  13. comment
    Comment #30923791

    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. comment
    Comment #30923566

    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. N…

  15. comment
    Comment #30923508

    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-…

  16. comment
    Comment #30923300

    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. comment
    Comment #30923148

    Not symlinks. Hard links. Or copy-on-write on systems that support them.

  18. comment
    Comment #30923108

    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…

  19. comment
    Comment #30921548

    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 tradit…

  20. comment
    Comment #30921464

    Thank you!

  21. comment
    Comment #30921403

    Слава Україні!

  22. story
  23. story
  24. comment
    Comment #17978057

    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-w…

  25. comment
    Comment #17978042

    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 spa…