aberezkin / ng2-image-upload

Angular 2 component for image uploading
MIT License
233 stars 115 forks source link

using with jhipster4 found error Module not found: Error: Can't resolve '@angular/http' #190

Open jirapatj opened 6 years ago

jirapatj commented 6 years ago

I using lib with jhipster4 and after installing and run yarn start. I found error

ERROR in ./node_modules/angular2-image-upload/lib/image-upload.module.js Module not found: Error: Can't resolve '@angular/http' in '/Users/name/projectName/node_modules/angular2-image-upload/lib'

RROR in ./node_modules/angular2-image-upload/lib/image-upload/image.service.js Module not found: Error: Can't resolve '@angular/http' in '/Users/name/projectName/node_modules/angular2-image-upload/lib'

How to fix this?

amirensit commented 6 years ago

I have the same problem. To solve this, you need to install @angular/http. npm i @angular/http. It works for me.