How to update npm packages?

I’m trying to update our app to npm packages right now. I’ve just published a package and patched the version higher and published to npm, then I tried npm install in the hopes that would update the packages in the node_modules folder but it doesn’t.

Neither does npm update. But the package has been updated on the npm site, so I don’t think that’s the issue. How do you update the node_modules in meteor?

What’s in your package.json?

Ah ok, I see. My bad. I assumed I just never updated any packages before. It got pinned to the first version published.

Thanks!