From 1cd1944b899f68439b46492d370799008431c368 Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Sun, 18 Aug 2013 15:48:13 -0700 Subject: [PATCH] docs(migration): add note about peererror --- docs/about/03-migration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/about/03-migration.md b/docs/about/03-migration.md index e0c0438bd..a60552acf 100644 --- a/docs/about/03-migration.md +++ b/docs/about/03-migration.md @@ -3,6 +3,9 @@ pageTitle: Migration from v0.8 The good thing is that you don't have to migrate everything at once. You can keep the global Karma and update project by project. +Note: If you are getting "npm ERR! peerinvalid Peer" error. Try removing old version of Karma first. + + Let's get started... First upgrade your local or global install of Karma via the command line using NPM.