skip to Main Content

dockerised react.js app, module not found

I need to dockerize my react app, but incurring in some troubles: Compiled with problems: ERROR in ./node_modules/graphql-tag/lib/index.js 2:0-32 Module not found: Error: Can't resolve 'graphql' in '/app/node_modules/graphql-tag/lib' ERROR in ./node_modules/@apollo/client/core/LocalState.js 3:0-39 Module not found: Error: Can't resolve 'graphql' in…

VIEW QUESTION

Ebay API – Parsing API Response in Angular

all - hoping you can help me learn how to parse a JSON response. I have a service that makes an API call like this: private REST_API_SERVER = 'myapicall.com' constructor(private httpClient: HttpClient) { } public sendGetRequest(): Observable<any> { return this.httpClient.get(this.REST_API_SERVER);…

VIEW QUESTION
Back To Top
Search