caolan / async

Async utilities for node and the browser
http://caolan.github.io/async/
MIT License
28.15k stars 2.41k forks source link

How to figure version of async required? #1891

Closed deostroll closed 1 year ago

deostroll commented 1 year ago

Any systematic way to determine while debugging which version of async has been required in the module?

sauravazad commented 1 year ago

You should use npm ls async that would return the path with version of the library

Ref: https://docs.npmjs.com/cli/v7/commands/npm-ls