---
title: "npm"
tags: [ "Documentation", "Distros" ]
package.json is the basic configuration file.
Everything is per-directory.
> npm install x
This'll install x in the current directory.
> npm init
> npm install express --save