Closed paarth1995 closed 3 years ago
Well, yarn
is the way to go as that's what we use. In the first error message you can see that ourboard expects Node version 15.x. So, use Node version 15 and you should be fine. Personally I use nvm to manage node versions. There's an .nvmrc
file in OurBoard root, so you can just say nvm use
and you'll have the right version of Node in use.
Did that help?
Closing this for now. Will appreciate your feedback!
Hello. I really like the fact that this is an open source app to have our own whiteboard. However, i am trying to set it up on Ubuntu 20.04 and maybe i am missing something but the documentations doesn't seem very clear on how to install it.
The error that i am running into when running yarn install :-
The error that i am running into when running npm install :-
Steps that i have done so far.
My OS:
Any help will be appreciated. Thank you.