summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/columnify/node_modules/wcwidth.js/INSTALL.md
blob: e4eafaff7138485ccf4f567bfcfd33696856dbbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
How To Build and Install wcwidth.js
===================================

This package does not provide an automated way to build or install the library
except using [`npm`](http://npmjs.org/package/wcwidth.js) because wcwidth.js is
intended to runs on top of [`node.js`](http://nodejs.org) that is a javascript
interpreter. If you have `node.js` installed,

    npm install wcwidth.js

brings the latest version of `wcwidth.js` and installs it with its all
depending packages.