lk/distros/redhat/npm.md

12 lines
182 B
Markdown
Raw Normal View History

2020-01-02 00:04:35 +00:00
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