Skip to content
  • Akihiko Odaki's avatar
    Do not use npm (#6656) · 81cefc19
    Akihiko Odaki authored
    Both of yarn and npm are used in Mastodon, but the combined usage requires
    a redundant dependency and may lead to data inconsistency.
    
    Considering that yarn has autoclean feature which npm does not have,
    this change replaces all npm usage with yarn.
    
    This change requires documentation update. Most notably, the following
    command must be executed before assets precompilation if any system
    dependency of node-sass has changed:
    
    yarn install --force --pure-lockfile
    81cefc19