Skip to content
This repository has been archived by the owner on Dec 21, 2018. It is now read-only.

How to perform a full rebuild

George Leslie-Waksman edited this page Jul 26, 2017 · 4 revisions
  1. Install mtgjson

    npm install
  2. Build all gatherer sets:

    node build/buildSet allsets
  3. Build all MagicCards.info sets:

    node build/importMCISet mcisets
  4. Build all foreign language json files:

    node build/buildLang all allsets

Common problems

A lot of errors are caused by faulty downloads. The first thing that you should try when you have an error is clearing the cache for the set and trying again.

node util/clearCacheForSet <set code>
Clone this wiki locally