meteor在win7环境下安装

1.首先安装chocolatey

 windows下的包管理器,
打开文件夹:C:\Windows\System32\ 找到cmd.exe;
然后选择并点击鼠标右键;
选择【以管理员身份运行】
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
(粘贴并按回车即可)

2.使用choco 安装meteor

choco install meteor

你可能感兴趣的:(meteor在win7环境下安装)