Hi Andy,
I am just starting using npm, scss, SAAS and Open edX and learning as I go. I installed Ginkgo.2 into an Ubuntu 16.04 VM successfully and have also created courses in the platform. However, I am failing miserably at installing the edx-bootstrap theme in my instance of open edx. These are the steps I am following:
- Install npm on the VM
- Create a /custom-themes folder
- I first tried running the command 'npm install --save @edx/edx-bootstrap' but that failed
- I then downloaded the edx-bootstrap repository in to my folder using 'git clone https://github.com/edx/edx-bootstrap.git'
- I then run npm init -y
- Then I run 'npm install --save @edx/edx-bootstrap' but the process doesn't complete. I have tried moving inside the /edx-bootstrap folder and running the command again but that throws an error of "Refusing to install
@edx/edx-bootstrap as a dependency of itself" error.
Is there any other location where I can get some additional details on the steps to follow? I am not sure how the assumptions behind the initial step in the git repository when it states:
The edx-bootstrap library should be installed via npm:
npm install --save @edx/edx-bootstrap
Any help you could provide in pointing me in the right direction will be appreciated.
Best,
Carlos