240 B
240 B
title | tags | ||
---|---|---|---|
npm |
|
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