I installed the kit some time ago and with the latest release I now wish to give extensions a try. I realise that it has been updated since I installed it. How do I go about updating it to the latest version?
I think this should do it:
- Navigate to bike-extension-kit directory and
git pull - Update npm dependencies:
npm install - Rebuild the extensions:
npm run build
1 Like