angular-plugin-architecture icon indicating copy to clipboard operation
angular-plugin-architecture copied to clipboard

Error: Cannot find module when importing with SystemJs

Open markdinan-debug opened this issue 5 years ago • 0 comments

Hi, thank you for this, it looks promising!

I'm trying to integrate this into my project, by following the repo code and article, but I'm getting an error when trying to import the module using systemjs

The plugin is there and accessible, I tried using the file path and also using http with no luck.

The error I'm getting: ERROR Error: Uncaught (in promise): Error: Cannot find module 'http://localhost:4200/assets/plugins/plugin1.js'

Any clue about what can I be missing?

Thanks!

markdinan-debug avatar Jul 03 '20 00:07 markdinan-debug