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

Fenhl edited this page Jul 9, 2017 · 4 revisions
  1. Install mtgjson

    npm install
  2. Build all gatherer sets:

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

    node build/importMCISet mcisets

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