How to Install babel-plugin-import NPM Packages on Ubuntu / Debian

How to Install babel-plugin-import software package in NPM Packages

babel-plugin-import : Component modular import plugin for babel.. You can installing babel-plugin-import 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 babel-plugin-import
$ sudo npm install -g babel-plugin-import

If want to update the babel-plugin-import package execute the command as below,

$ sudo npm update babel-plugin-import

Update package globally,

$ npm install -g babel-plugin-import

Git clone:

$ sudo  git clone https://github.com/rektide/babel-plugin-import.git
$ sudo  npm install -g ./babel-plugin-import

babel-plugin-import@1.6.2 /usr/lib/node_modules/babel-plugin-import

How to remove babel-plugin-import package :

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

$ sudo npm uninstall babel-plugin-import

Basic Information of babel-plugin-import NPM Package:

Package Name babel-plugin-import
Version 1.6.2
Description Component modular import plugin for babel.
Released Date 2017-10-16T03:39:20.545Z
Published by sorrycc
How to Learn https://www.npmjs.com/package/babel-plugin-import/tutorial