Hi ,
I am experience problem while trying to follow simple get started steps..
I've run
ng new ng-ig-start
cd ng-ig-start
npm install igniteui-angular@5.3.1
than follow the steps in the https://es.infragistics.com/products/ignite-ui-angular/angular/components/general/getting_started.html
I am attaching pj with node_modules emptied.. there are two issues that I need help to understand
1. in app.module.ts the error message below, despite all present in node_module folder.
2. when I build the pj ( ng serve ) I am getting the following error
C:\_webAngular_poc\ng-ig-start>ng serve** NG Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ ** 91% additional chunk assets processingError: ENOENT: no such file or directory, open 'C:\_webAngular_poc\ng-ig-start\src\node_modules\hammerjs\hammer.min.js'^CTerminate batch job (Y/N)? y
Somehow node_module folder is under src although in the ph directory it is correctly on the same level..
please see attached.
ng-ig-start.zip
Hello,
I adjusted the paths in you Angular config file. Also I installed HammerJS. Everything is working fine now.
I am attaching you a working project.
Here you can check a live sample with our latest version - https://stackblitz.com/angular/ayoeqmnbxrp.
Please let us know if you need further help.
6303.ng-ig-start.zip