Basic Usage
With no arguments,meteor runs the project in the current directory in local development mode:
Command Syntax
Global Options
Specify the release of Meteor to use
Display help information
Print the Meteor version
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: