How to Install hexo NPM Packages on Ubuntu / Debian

How to Install hexo software package in NPM Packages

hexo : A fast, simple & powerful blog framework, powered by Node.js.. You can installing hexo 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 hexo
$ sudo npm install -g hexo

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

$ sudo npm update hexo

Update package globally,

$ npm install -g hexo

Git clone:

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

hexo@3.4.2 /usr/lib/node_modules/hexo

How to remove hexo package :

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

$ sudo npm uninstall hexo

Basic Information of hexo NPM Package:

Package Name hexo
Version 3.4.2
Description A fast, simple & powerful blog framework, powered by Node.js.
Released Date 2017-11-22T15:22:22.722Z
Published by jlhwung
How to Learn https://www.npmjs.com/package/hexo/tutorial