有了Chocolatey 在Windows 上也可以很方便的管理套件
有了Chocolatey 在Windows 上也可以很方便的管理套件 官方網站: https://chocolatey.org/ 使用管理員權限打開指令列 (CMD),輸入以下指令就可以快速安裝: @powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" 有多好用呢?例如當你想要玩React Native,需要安裝Node Js 跟 Python 的時候 在安裝好 Chocolatey 之後, 只要 使用管理員權限打開指令列 (CMD),輸入以下指令就可以快速安裝: choco install nodejs . install choco install python2 參考連結: https://facebook.github.io/react-native/docs/getting-started.html