meteor-angular2.0-socially
meteor-angular2.0-socially copied to clipboard
Cannot find module '@angular/http'
Hello,
I installed the tutorial at the step 20. (meteor npm install => meteor run)
When I run Meteor, visibly, it is unable to resolve "@angular/http"
I follow the indication: meteor npm install --save @angular but it make an error => see screenshot
And if I go on the app, the console of navigator shows:
Thank you for your help :)
Hi @Clem01 , I get the same problem. Did you find the solution to the problem?
Same Problem here.. Error occured after i've done Step 19.
@clementbirkle npm install @angular/[email protected]
version 2.1.2 is required
change your imports to this import { HttpClientModule } from '@angular/common/http';
https://angular.io/guide/http for more guides
@clementbirkle try this: npm install @angular/http@latest
This worked for me: npm i @angular/http
npm i @angular/http
nice work. worked for me thank u...
node package install angular/ http for me @4-life thanks
Error: Cannot find module '@angular /http'
Command: npm i @angular/http
it's working for me now
thank you
You can run:
npm install @angular/http@latest
to install the latest version and it will work fine, however this is a deprecated module and you might want to use HttpClient
@nagipogu it works for me.Thanks
npm i @angular/http
this work for me, thank you <3
this is work for me npm i @angular/http
npm i @angular/http
worked perfectly
npm install work for me
On Sat, 4 May 2019 at 8:42 PM, SammyRigan [email protected] wrote:
You can run:
npm install @ angular/http@latest
to install the latest version and it will work fine, however this is a deprecated module and you might want to use HttpClient
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Urigo/meteor-angular2.0-socially/issues/212#issuecomment-489379380, or mute the thread https://github.com/notifications/unsubscribe-auth/AE5BHITSBS5DR2WOI5P5HOLPTY3QRANCNFSM4C47NVYA .
go to this link and install it
npm i @angular/http
Issue arises because of unavailability of http package,
Please use this command to resolve issue
npm i @angular/http
It worked fine for me, Thanks everyone who recommended this command!
Can this now be closed? Anybody?
@clementbirkle try this: npm install @angular/http@latest
Thank you . It work. ^_^
still working : npm i @angular/http
thank
how to make a file uploade in angular
npm i @angular/http worked for me
Solution to solve this problem that you have to add latest version http package into Angular: reset IDE tool.
npm install @angular/http@latest
npm i @angular/http
worked for me.
Thanks
This is work for me npm i @angular/http
npm i @angular work for me .