Product Designer Setup
  • Introduction
  • Preparation
    • Preparing Your Mac
    • Installing macOS
  • Setup
    • Xcode
    • System Preferences
      • Finder
    • Homebrew
      • Cask
    • Terminal Setups
      • Warp Setup
      • Hyper Setup
      • iTerm2 Setup
        • Zsh
    • Terminal Packages
    • Git
      • Git Ignore
    • Code Editor Setups
      • Visual Studio Code
        • Extensions
        • Preferences
      • Sublime Text
        • Preferences
        • Packages
    • Tech Stack
      • Package Managers
  • Apps + Tools
    • Intro
    • Productivity Tools
    • Design Tools
    • Developer Tools
Powered by GitBook
On this page
  • npm & nodejs
  • yarn

Was this helpful?

  1. Setup
  2. Tech Stack

Package Managers

PreviousTech StackNextIntro

Last updated 4 years ago

Was this helpful?

npm & nodejs

npm makes it easy for JavaScript developers to share and reuse code, and makes it easy to update the code that you’re sharing, so you can build amazing things.

npm is distributed with - which means that when you download Node.js, you automatically get npm installed on your computer.

brew install node

yarn

we're using yarn on some of our react boilerplates. so..

brew install yarn
Node.js