GSoC2020 - Introduction to community

@bedwardly-down @laurent
I was trying to build the desktop app on Linux but couldn’t resolve this error. I followed
https://github.com/laurent22/joplin/blob/master/BUILD.md and here is what I have done till now

  • Installed yarn v1.21.1
  • Installed node v13.7.0
  • Cloned Joplin
  • npm install && cd Tools && npm install inside my local repo
  • Now npm run copyLib is giving me this error npm ERR! missing script: copyLib

How can I resolve this, I read this Npm ERR! missing script: copyLib but since I am using node on other projects too I am not sure if uninstalling it will be okay…