3
paedub
6y

$ sudo pacman -S npm
$ npm install -g @angular/cli
$ ng new crap
$ du -h crap
366M crap/
me like: "WHAT THE ACTUAL FUCK!!!1"
$ rm -rf crap
$ npm uninstall -g @angular/cli
$ sudo pacman -Rs npm

Comments
  • 1
    You looked at the file size 🙅‍♂️

    You never look at the file size of bloat to JS frameworks, JS devs will be out in full battle gear to tell you their 4K file is so lightweight with 400MB under the hood 😂
Add Comment