You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
DODMax
changed the title
AOT/Ionic2 - Module build failed: Error: ENOENT: no such file or directory
AOT/Ionic2 - Module build failed: path issue
Jan 20, 2017
When using on a Ionic 2 project I get the following error at runtime (on my device)
It seems the path of the module on my development environment is used instead of a relative path on the device.
The text was updated successfully, but these errors were encountered: