Search code examples
meteorchocolatey

How to install Meteor.js on windows 10?


I am trying to install meteor.js on my windows 10 machine.

I have gone through https://www.meteor.com/install for installation. But the site asking me to install chocolatey software https://chocolatey.org/install.

chocolatey is not getting installed since

 getExecutionPolicy was returning - restricted. 

And on execution of

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

is returning: error screen


Solution

  • The issue is resolved when I tried opening powershell with administrator.

    right click on

      powershell -> right click -> run as adminstrator
    

    and follow the same procedure as above like setExecutionPolicy.

    It will give you now

    success image

    After installation of chocolatey run command as:

     choco install meteor