Closed Syarit closed 5 years ago
You’ve given me enough context to make the assumption that you are going about working with Angular and this code wrong.
I don’t have time to troubleshoot your package management issues (SystemJs).
Alright fair enough, thank you anyway and sorry for the loss of time.
Hello,
I am sorry if this problem is not related to your code but when I try to import your library I get a "(SystemJS) XHR Error (404 Not Found) loading https://localhost:8080/ack-angular-webcam"
It's probably a parameter in a file somewhere but I couldn't find anything similar to my problem online.
The npm install worked fine and my IDE finds it (VSCode).
Here is the file that triggers the error:
Stacktrace:
EDIT: I forgot to say that if I add
'ack-angular-webcam': 'npm:ack-angular-webcam',
to the systemjs.config.js file I get a " XHR error (403 Forbidden) " (the rest of the stacktrace staying essentially the same)
Thank you