angular2-tag-input icon indicating copy to clipboard operation
angular2-tag-input copied to clipboard

AOT/Ionic2 - Module build failed: path issue

Open DODMax opened this issue 8 years ago • 1 comments

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.

DODMax avatar Jan 20 '17 12:01 DODMax

+1 Any updates on that one?

hugoramos avatar Jun 16 '18 22:06 hugoramos