How to Install native-base NPM Packages on Ubuntu / Debian

How to Install native-base software package in NPM Packages

native-base : Essential cross-platform UI components for React Native. You can installing native-base 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 native-base
$ sudo npm install -g native-base

If want to update the native-base package execute the command as below,

$ sudo npm update native-base

Update package globally,

$ npm install -g native-base

Git clone:

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

native-base@2.3.3 /usr/lib/node_modules/native-base

How to remove native-base package :

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

$ sudo npm uninstall native-base

Basic Information of native-base NPM Package:

Package Name native-base
Version 2.3.3
Description Essential cross-platform UI components for React Native
Released Date 2017-10-13T13:19:31.270Z
Published by geekyants
How to Learn https://www.npmjs.com/package/native-base/tutorial