I am in process migrating Angular 5 project to Angular 6.
While starting application by
npm start
getting the below error
To fix the error An unhandled exception occurred: Script file node_modules/jquery/dist/jquery.min.js does not exist.
An unhandled exception occurred: Script file node_modules/jquery/dist/jquery.min.js does not exist.
try installing:
npm install jquery --save npm install popper.js --save npm install bootstrap --save
hope this will work