0

I'm attempting to update lodash and have run several commands;

npm update -g lodash

npm update lodash --force

I've ran npm cache clean --force but nothing. Many of the lodash modules are outdated but I'm not able to properly update them;

[root@*] npm list lodash* --depth1

[email protected] /usr/lib/node_modules/npm

├─┬ [email protected]

│ └─┬ [email protected]

├── [email protected]

├─┬ [email protected]

│ ├── [email protected]

│ └── [email protected]

├── [email protected]

├── [email protected]

├─┬ [email protected]

│ └── [email protected] deduped

├── [email protected]

├── [email protected]

├── [email protected]

├── [email protected]

├── [email protected]

├── [email protected]

0

You must log in to answer this question.

Browse other questions tagged .