win10 下安装meteror

1 先装Chocolatey

  - 一个win平台的包管理器

  - 命令行输入

  - 

@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"

 

posted @ 2018-12-22 22:04  吉元吉  阅读(231)  评论(0编辑  收藏  举报