如何在 windows 10 上安装 Meteor.js?

How to install Meteor.js on windows 10?

我正在尝试在我的 windows 10 机器上安装 meteor.js。

我经历了https://www.meteor.com/install for installation. But the site asking me to install chocolatey software https://chocolatey.org/install.

chocolatey 自

后未安装
 getExecutionPolicy was returning - restricted. 

并执行

 Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

正在返回:

当我尝试使用管理员打开 powershell 时,问题已解决。

右键单击

  powershell -> right click -> run as adminstrator

并按照与上面相同的步骤,如 setExecutionPolicy。

现在就给你

安装 chocolatey 运行 命令后:

 choco install meteor