Dashboard Codebase
Third Party Packages
Overview

Third Party Packages

  • Third party modules is a module or package which is developed and manitained by 3rd parties.
  • Millions of 3rd party node modules/packages which are freely available on NPM Registry.
  • Node thrid party modules can be installed using NPM (Node Package Manager). You can install thrid party package using command:
 yarn add module_name