How to Install antd NPM Packages on Ubuntu / Debian

How to Install antd software package in NPM Packages

antd : An enterprise-class UI design language and React-based implementation. You can installing antd 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 antd
$ sudo npm install -g antd

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

$ sudo npm update antd

Update package globally,

$ npm install -g antd

Git clone:

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

antd@2.13.10 /usr/lib/node_modules/antd

How to remove antd package :

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

$ sudo npm uninstall antd

Basic Information of antd NPM Package:

Package Name antd
Version 2.13.10
Description An enterprise-class UI design language and React-based implementation
Released Date 2017-11-12T07:37:15.255Z
Published by afc163
How to Learn https://www.npmjs.com/package/antd/tutorial