Find the final Bootstrap prototype at https://sandromatter.github.io/osi-prototype/.
Find the Figma prototype at https://bit.ly/osi-figma-prototype
Use node version 11.xx.xx!
If you run node 12.xx.xx or later:
- run
npm install -g n
to install 'n' to manage node versions - run
n 11.15.0
to install and use node version 11.15.0