|
|
|
|
|
by fendy3002
822 days ago
|
|
Except for lodash, axios and dayjs (moment), I found that I don't really need much more core functionality for backend development. And if you want reproducible dependencies, use npm ci not npm install, or use yarn. Best combined with replicated self hosted npm repository. |
|