How to Install meteor-core NPM Packages on Ubuntu / Debian

How to Install meteor-core software package in NPM Packages

meteor-core : . You can installing meteor-core npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.

$ sudo npm install meteor-core
$ sudo npm install -g meteor-core

If want to update the meteor-core package execute the command as below,

$ sudo npm update meteor-core

Update package globally,

$ npm install -g meteor-core

Git clone:

$ sudo  git clone https://github.com/rektide/meteor-core.git
$ sudo  npm install -g ./meteor-core

meteor-core@1.3.1 /usr/lib/node_modules/meteor-core

How to remove meteor-core package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall meteor-core

Basic Information of meteor-core NPM Package:

Package Name meteor-core
Version 1.3.1
Description
Released Date 2016-03-29T13:11:14.825Z
Published by sgarcia
How to Learn https://www.npmjs.com/package/meteor-core/tutorial