davetemplin / web-request

Simplifies making web requests with TypeScript async/await
MIT License
35 stars 8 forks source link

cannot find module 'http' etc. #23

Open davvit opened 7 years ago

davvit commented 7 years ago

error

node -v   v6.10.1
@angular/cli: 1.4.3
node: 6.10.1
os: win32 x64
@angular/animations: 4.4.6
@angular/common: 4.4.6
@angular/compiler: 4.4.6
@angular/core: 4.4.6
@angular/forms: 4.4.6
@angular/http: 4.4.6
@angular/platform-browser: 4.4.6
@angular/platform-browser-dynamic: 4.4.6
@angular/router: 4.4.6
@angular/cli: 1.4.3
@angular/compiler-cli: 4.4.6
@angular/language-service: 4.4.6
typescript: 2.3.4

Any suggestions? is this library good for typescript angular work?

jdk339 commented 7 years ago

We may have had the same issue. Look at this issue and see if it helps: https://github.com/davetemplin/web-request/issues/21