環境准備
先安裝一般umake沒有問題
sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make sudo apt-get update sudo apt-get install ubuntu-make
如果執行
umake web visual-studio-code
報錯
usage: umake web [-h] {firefox-dev,phantomjs} ... umake web: error: argument framework: invalid choice: 'visual-studio-code' (choose from 'firefox-dev', 'phantomjs')
這是因為visual-studio-code不在Web選項里,應該是在ide中,故正確應該如下
sudo umake ide visual-studio-code