How to Install expo NPM Packages on Ubuntu / Debian

How to Install expo software package in NPM Packages

expo : The Expo SDK. You can installing expo 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 expo
$ sudo npm install -g expo

If want to update the expo package execute the command as below,

$ sudo npm update expo

Update package globally,

$ npm install -g expo

Git clone:

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

expo@23.0.2 /usr/lib/node_modules/expo

How to remove expo package :

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

$ sudo npm uninstall expo

Basic Information of expo NPM Package:

Package Name expo
Version 23.0.2
Description The Expo SDK
Released Date 2017-11-23T18:50:48.684Z
Published by brentvatne
How to Learn https://www.npmjs.com/package/expo/tutorial