rosslavery / angular2-tag-input

Tag input component for Angular 2
45 stars 42 forks source link

AOT/Ionic2 - Module build failed: path issue #19

Open DODMax opened 7 years ago

DODMax commented 7 years ago

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.

hugoramos commented 6 years ago

+1 Any updates on that one?