Basic Usage
With no arguments,meteor runs the project in the current directory in local development mode:
Command Syntax
Global Options
string
Specify the release of Meteor to use
boolean
Display help information
boolean
Print the Meteor version
boolean
Print the Meteor architecture name of the host
Debugging
Passing--inspect or --inspect-brk to meteor run, meteor test, or meteor test-packages enables debugging of the server process:
Bundled Commands
Meteor bundles Node.js and npm by default. You can use these commands to run the same versions that Meteor uses internally:Installing Global npm Packages
You can install global npm packages that will be available to all apps using the same version of Meteor:meteor node or meteor npm: