Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

meteor

Package Overview
Dependencies
Maintainers
4
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

meteor

Install Meteor on Windows

  • 2.5.0
  • npm
  • Socket score

Version published
Weekly downloads
2.8K
increased by46.44%
Maintainers
4
Weekly downloads
 
Created
Source

Meteor Installer

Requires Node.js 12 or newer.

Install Meteor by running:

npm install -g meteor

If Meteor is already installed, it will do nothing.

Uninstall by running:

meteor-installer uninstall
npm uninstall -g meteor

On Windows,The installer runs faster when Windows Developer Mode is enabled. The installation extracts a large number of small files, which Windows Defender can cause to be very slow.

It is not recommended running the installer and meteor as administrator. Otherwise, if the administrator is a separate user the meteor command might not always be found. If your current setup needs administrator rights to use npm install -g (sudo), you will need to run it with "sudo npm install -g meteor --unsafe-perm". We strongly advise against this. You can always change your npm modules permissions to your current user, more info here:

If you use a node version manager that uses a separate global node_modules folder for each Node version, you will need to re-install the meteor npm package when changing to a Node version for the first time. Otherwise, the meteor command will no longer be found.

Meteor version relationship

NPM PackageMeteor Official Release
2.3.12.2.1
2.3.22.3.1
2.3.32.3.2
2.3.42.3.4
2.3.52.3.5
2.3.62.3.5
2.3.72.3.6
2.4.02.4
2.4.12.4
2.5.02.5

FAQs

Package last updated on 26 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc