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

meteor

Package Overview
Dependencies
Maintainers
0
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

meteor

Install Meteor

  • 3.1.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1.4K
decreased by-47.33%
Maintainers
0
Weekly downloads
 
Created
Source

Meteor Installer

  • For Meteor 2 (Legacy)
    • Use Node.js 14.x
    • Use npm 6.x
  • For Meteor 3
    • Use Node.js 20.x or higher
    • Use npm 9.x or higher

Installation

To install Meteor, run the following command:

npx meteor

It will install Meteor's latest version, alternatively you can install a specific version by running:

npx meteor@<version>

This command will execute the Meteor installer without adding it permanently to your global npm packages.

For more information, visit:

  • Meteor 2 Installation Guide (Legacy)
  • Meteor 3 Installation Guide

Important Note

This npm package is not the Meteor framework itself; it is just an installer. Do not include it as a dependency in your project, as doing so may break your deployment.

Path Management

By default, the Meteor installer adds its install path (by default, ~/.meteor/) to your PATH by updating either your .bashrc, .bash_profile, or .zshrc as appropriate. To disable this behavior, install Meteor by running:

npm install -g meteor --ignore-meteor-setup-exec-path

(or by setting the environment variable npm_config_ignore_meteor_setup_exec_path=true)

Proxy Configuration

Set the https_proxy or HTTPS_PROXY environment variable to a valid proxy URL to download Meteor files through the configured proxy.

Meteor Version Compatibility

NPM PackageMeteor Official Release
3.0.43.0.4
3.0.33.0.3
3.0.23.0.2
3.0.13.0.1
3.0.03.0
2.16.02.16.0
2.15.02.15.0
2.14.02.14.0
2.13.32.13.3
2.13.12.13.1
2.13.02.13.0
2.12.12.12.0
2.12.02.12.0
2.11.02.11.0
2.10.02.10.0
2.9.12.9.1
2.9.02.9.0
2.8.22.8.1
2.8.12.8.1
2.8.02.8.0
2.7.52.7.3
2.7.42.7.3
2.7.32.7.2
2.7.22.7.1
2.7.12.7
2.7.02.7
2.6.22.6.1
2.6.12.6
2.6.02.6
2.5.92.5.8
2.5.82.5.7
2.5.72.5.6
2.5.62.5.5
2.5.52.5.4
2.5.42.5.3
2.5.32.5.2
2.5.22.5.1
2.5.12.5.1
2.5.02.5
2.4.12.4
2.4.02.4
2.3.72.3.6
2.3.62.3.5
2.3.52.3.5
2.3.42.3.4
2.3.32.3.2
2.3.22.3.1
2.3.12.2.1

FAQs

Package last updated on 20 Nov 2024

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