Hi,
I'd like to test the rub-buildkit, but have some issues. I followed your instructions:
- install rub-builkit globaly (but without sudo)
- create a new course with 'adapt create course'
- change into the build folder and run 'adapt-buildkit install rub'
- run ./rub -h and rub -V (0.0.9) : both commands give the expected output
- but when i run ./rub and ./rub -b, respectively, i get the prompt to install rub.
Do i have to install the rub-buildkit implicitly as root (normaly i never install npm packages globaly as root for security reasons) or do i missing something else?