0

I just created a basic project using meteor create CodeCollab. Then I installed the "mizzao:sharejs-codemirror" package using meteor add mizzao:sharejs-codemirror command. The installation works fine without any errors. But when I start the app I get the following error - error screenshot

I am not able to find a solution for this error. I have not edited any file inside the project. I just created the project, installed package and hit run.

Sherry
  • 59
  • 5
  • Maybe it requires you to install ShareJS manually? What does the documentation say? – Jankapunkt May 07 '20 at 17:51
  • @Jankapunkt The above command install both sharejs and sharejs-codemirror. Just to make sure I tried adding that separately and it showed that sharejs has already been added. – Sherry May 08 '20 at 03:41

1 Answers1

0

Try running this command

meteor add edemaine:sharejs-codemirror
Trevin Avery
  • 2,751
  • 2
  • 20
  • 31