Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

3.3 Install Packages

zoe-1 edited this page Mar 29, 2015 · 2 revisions

Install Packages Using npm

npm install lab --save-dev
npm install code --save-dev

Note: --save-dev
This option will automatically save the package in package.json as an dependency for development.

Next Refactor The Startup Process

Documentation

hapijs / lab
hapijs / code

@todo Write details about global install.
When is global or local preferred?