angular2-tag-input
angular2-tag-input copied to clipboard
AOT/Ionic2 - Module build failed: path issue
When using on a Ionic 2 project I get the following error at runtime (on my device)
Uncaught Error: Module build failed: Error: ENOENT: no such file or directory,
open '[**DEV_PATH_ON_MY_PC**]\node_modules\angular2-tag-input\lib\tag-input.module.js'
at Object.<anonymous> (main.js:41)
at e (main.js:1)
...
It seems the path of the module on my development environment is used instead of a relative path on the device.
+1 Any updates on that one?