Top Stories published by Hybrid Maker in 2015
January
February
March
April
August

[ubuntu] 安裝最新版node & npm 以及修改npm sudo權限

首先我們先到 https://github.com/nodesource/distributions 查詢目前最新的版本下載指令,開啟 terminal 輸入剛剛查到的指令安裝 nodejs

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

使用 Visual Studio Code 在 MAC 上面編譯 C#

先來介紹什麼是visual studio code

官方網站:https://www.visualstudio.com/zh-tw/products/code-vs.aspx

這是一款微軟基於 atom 開發的編輯器,就可以讓你編輯nodejs或是C#,然後特點就是有一個Debug介面跟GIT介面方便你協同合作以及偵錯。

These were the top 10 stories published by Hybrid Maker in 2015. You can also dive into monthly archives for 2015 by using the calendar at the top of this page.