Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Most Node errors are caused by the wrong version (although we did recently update the repo and new errors are bound to arise). Please confirm that you are on the correct version using node -v and if it does not show some variant of version 16 (happens sometimes even if you installed version 16 but have a previous pre-existing version), please reinstall version 16.

V3 FAQs

What is Yarn?

  • Yarn is our new package manager and is replacing npm. This means you should never run npm install or any npm run ... command. Now it is always yarn install or yarn ... (no need for run keyword at all). Yarn is a lot faster (install times <5 seconds if you already have everything and are just updating) and also doesn’t change the package-lock.json every time which is nice.

General FAQs

What does XXX mean?

...