| ▲ | vablings 3 hours ago | |
Wait, you're telling me that node deps are not pin by default. Every time you run your code you might be pulling in a new version. No wonder... | ||
| ▲ | hombre_fatal 3 hours ago | parent [-] | |
Node deps are pinned: https://docs.npmjs.com/cli/v8/configuring-npm/package-lock-j... The problem is that you also want to update deps. | ||