Hi there,
I have been working through the Contact Manager tutorial and it works up to when I try and add in a loading indicator.
When I try and run it I get this error message:
ERROR in ./src/resources/index.ts
Module not found: Error: Can’t resolve ‘./elements/loading-indicator’ in ‘C:\AURELIA\SANDBOX\Contact-Manager-Project\contact-manager\src\resources’
@ ./src/resources/index.ts
@ ./src/main.ts
@ ./node_modules/aurelia-webpack-plugin/runtime/empty-entry.js
@ multi aurelia-webpack-plugin/runtime/empty-entry aurelia-webpack-plugin/runtime/pal-loader-entry webpack-dev-server/client aurelia-webpack-plugin/runtime/empty-entry aurelia-webpack-plugin/runtime/pal-loader-entry aurelia-bootstrapper
It cannot resolve ‘./elements/loading-indicator’ in C.
I tried removing the node modules directory as well as the package lock etc but it still does this. Any ideas?
Simon