+ - 0:00:00
Notes for current slide
Notes for next slide

you don't know

npm logo

1 / 37

hi my name is @ag_dubs

space invader ghost dolphin

3 / 37

developer community and content manager

4 / 37

?????lolwat

confused malmutes

5 / 37

if you don't understand how npm works

fire fire fire

6 / 37

if you don't understand how npm works

fire fire fire

that's my problem

7 / 37

if you don't understand how npm works

fire fire fire

that's my problem

grimacing

8 / 37

stuff everybody knows

npm install

9 / 37

stuff not everyone knows

i dont know

10 / 37

create a package.json

npm init

  • knows your deps from node_modules

  • knows your repository from git repo

  • always adds keys, never deletes

chick

11 / 37

create a package.json with defaults

npm init --yes

yes

12 / 37

add deps from the CLI

npm i --save

npm i --save-dev

disk disk disk

13 / 37

add deps from the CLI

npm i -S

npm i -D

disk disk disk

14 / 37

npm... global cache?

.npm/

modules are stored in the home directory

... but you can't use this offline because it still hits the network

money

15 / 37

npm install offline

npm install --cache-min 999999

we should probably just alias this to:

npm install --offline

money money money

16 / 37

lock down your deps

npm shrinkwrap

shrinkwrap

17 / 37

lock down your deps

npm shrinkwrap

  • deploy to production EXACTLY what you used in dev

  • locks every version of every package and all dependencies in node_modules

18 / 37

why not a default feature?

19 / 37

we believe in semver

want to believe

20 / 37

semver made easy

npm version <type>

types: major, minor, patch

  • major: breaking changes

  • minor: feature add

  • patch: bug fix, docs

21 / 37

run scripts

npm test

npm start

npm run $anything

Automate CLI workflows, e.g. build steps, migrations

theater

22 / 37

lifecycle events

publish, install, uninstall, version, test, stop, start, restart

pre, post

seedling plant tree

23 / 37

run scripts are composable

"db:migrate": "knex migrate:latest"

"db:seed": "knex seed:run"

"db:reset": "npm run db:migrate && npm run db:seed"

score

24 / 37

scoped packages

(fancy way of saying namespaced packages!)

25 / 37

scoped packages

npm i @scope/name

telescope

26 / 37

scoped packages

npm i @scope/name

telescope

scoped packages are private by default but you can make them public:

npm publish --access=public

27 / 37

npm private modules

lock

28 / 37

npm private modules

lock

(it's recursive! get it? get it?)

29 / 37

npm private modules

lock

(it's recursive! get it? get it?)

npmnpmnpmnpmnpmnpmlolololololol

30 / 37

private modules

npm init --scope=<usrname>

Use your private modules side by side with modules from the public registry

dancers

31 / 37

Managing access is hard...

orgs

32 / 37

npm organizations

npm team

  • create teams and add members

  • grant and revoke access to packages via scopes

team

33 / 37

npm on-site

run your own on-premises npm registry

npm login

--registry=http://reg.amazing.com

office runner

34 / 37

npm on-site

run your own on-premises npm registry

npm login

--registry=http://reg.amazing.com

office runner

(get it? run? runner?)

35 / 37

the more you know

36 / 37

thanks!

me => @ag_dubs

bit.ly/you-dont-know-npm

space invader ghost dolphin

37 / 37
Paused

Help

Keyboard shortcuts

, , Pg Up, k Go to previous slide
, , Pg Dn, Space, j Go to next slide
Home Go to first slide
End Go to last slide
b / m / f Toggle blackout / mirrored / fullscreen mode
c Clone slideshow
p Toggle presenter mode
t Restart the presentation timer
?, h Toggle this help
Esc Back to slideshow