Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
8920
building new igniteui-amgular pj
posted

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