Trying to get the whiteboard feature working and need to install the backend server.
On this page, GitHub - nextcloud/whiteboard: Create & collaborate on an infinite canvas!
In my /var/www/nextcloud folder - I have completed the steps:
occ config:app:set whiteboard collabBackendUrl --value=“http://nextcloud.local:3002”
occ config:app:set whiteboard jwt_secret_key --value=“some-random”
The next step is running ‘npm ci’ and I do this in my /var/www/nextcloud folder and it fails. I try cloning the repo and trying the npm ci command in another folder and it also fails.
I’m not confident that my installation is going correctly, does anyone have any tips on how to install the whiteboard server?