node

-
Open in Logseq
    • Dependency tree npm ls --all
    • Find all versions of package npm view vega-lite versions
    • Install a local package eg way
    • NPM latest version of a package npm view {pkg} version
    • equiv of lein ancient npm outdated Note: shows only toplevel, outdated packages. -a shows the whole tree, no option to do what you obviously want