.NET Core 提供各平台的安裝方法:http://dotnet.github.io/getting-started/

現在就一步一步跟著我實作吧!
tsd install jquery --save
typings install jquery --ambient --save
rm -rf typings
typings init --upgrade
rm tsd.json
typings install
npm ERR! cb() never called!
brew doctor
brew upgrade node
composer create-project laravel/laravel myproject --prefer-dist
npm install
mix.browserSync({
proxy : 'localhost:8000'
});