There is something wrong with the dependency installation of sofa-checkout-service. When adding the import for sofa-q-service, it selects the wrong path. You need to change that line in index.html into:
<script src="bower_components/sofa-q-service/dist/sofa.qService.js"></script>
Else you get this error:
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:9000/bower_components/sofa-q-service/dist/sofa.core.js
There is something wrong with the dependency installation of sofa-checkout-service. When adding the import for sofa-q-service, it selects the wrong path. You need to change that line in
index.htmlinto:Else you get this error: