win10下通過npm成功搭建react開發環境 1.安裝node-v12.13.1-x64(LTS) 2.安裝creatre-react-app: npm install -g create-react-app 3.通過crea ...