Skip to content
Snippets Groups Projects
  • Rhys Arkins's avatar
    d7025f25
    fix: Detect npm & yarn when globally installed (#825) · d7025f25
    Rhys Arkins authored
    This fix improves the way Renovate detects embedded/installed npm and yarn. It tries:
    - locally installed npm or yarn
    - npm or yarn embedded inside globally installed renovate
    - globally installed npm or yarn
    - global `yarn` or `npm` commands as fallback
    
    Fixes #824 
    d7025f25
    History
    fix: Detect npm & yarn when globally installed (#825)
    Rhys Arkins authored
    This fix improves the way Renovate detects embedded/installed npm and yarn. It tries:
    - locally installed npm or yarn
    - npm or yarn embedded inside globally installed renovate
    - globally installed npm or yarn
    - global `yarn` or `npm` commands as fallback
    
    Fixes #824