0.2.3 • Published 8 years ago

@ejj/install v0.2.3

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

This repo contains a Node.js package for easily installing Quilt using npm.

To pull the compiled binaries off GitHub, and install them:

$ npm install -g @quilt/install

Note that the -g flag is necessary to install the binaries globally (i.e. so that quilt can be invoked from anywhere).

If installing as root, the --unsafe-perm flag is required:

$ sudo npm install -g @quilt/install --unsafe-perm