우분투에서 node 설치 sudo apt-get update curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - sudo apt-get install -y nodejs 출처: https://avisynth.tistory.com/23 [avisynth's blog]