install stackedit
## install nodejs root@min-HVM-domU:~/stackedit# curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -  ## Installing the NodeSource Node.js 12.x repo...   ## Populating apt-get cache...  + apt-get update 기존:1 https://deb.nodesource.com/node_12.x bionic InRelease 기존:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 기존:3 http://kr.archive.ubuntu.com/ubuntu bionic InRelease 기존:4 http://kr.archive.ubuntu.com/ubuntu bionic-updates InRelease 기존:5 http://kr.archive.ubuntu.com/ubuntu bionic-backports InRelease 패키지 목록을 읽는 중입니다... 완료  ## Confirming "bionic" is supported...  + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_12.x/dists/bionic/Release'  ## Adding the NodeSource signing key to your keyring...  + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - OK  ## Creating apt sources list file for the NodeSource Node.js 12.x repo...  + echo 'deb https://deb.nodesource.com/node_12.x bionic main' > /etc/apt/sou...