Tao He

Tao He

  • Docs
  • API
  • Help
  • Blog

›Recent Posts

Recent Posts

  • Microsoft PowerPoint
  • Chrome
  • Alfred
  • Docusaurus
  • Git Commands

Node.js

February 9, 2018

{% include JB/setup %}

Node.js

Yarn

macOS

brew options node
brew install node --with-debug
brew install yarn

Ubuntu

Install Node.js

curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
sudo apt-get install -y nodejs

Install Yarn

sudo apt remove cmdtest
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update && sudo apt-get install yarn
# upgrade
yarn global upgrade

https://yarnpkg.com/lang/en/docs/install/#linux-tab

Packages

Docusaurus

yarn global add docusaurus-init

fkill

yarn global add fkill-cli
yarn global add alfred-fkill

https://github.com/sindresorhus/fkill-cli

mermaid

Generation of diagrams and flowcharts from text in a similar manner as markdown.

https://github.com/knsv/mermaid

Recent Posts
  • Node.js
  • Yarn
    • macOS
    • Ubuntu
  • Packages
    • Docusaurus
    • fkill
    • mermaid
Tao He
Docs
Getting Started (or other categories)Guides (or other categories)API Reference (or other categories)
Community
User ShowcaseStack OverflowProject ChatTwitter
More
BlogGitHubStar
Facebook Open Source
Copyright © 2019 Your Name or Your Company Name