insidesherpa / JPMC-tech-task-2

29 stars 201 forks source link

Problem with Graph.tsx file #154

Open lakshy01 opened 4 years ago

lakshy01 commented 4 years ago

C:/Users/Lakshy Rastogi/JPMC-tech-task-2/src/Graph.tsx Type error: Cannot find module '@jpmorganchase/perspective'. TS2307

1 | import React, { Component } from 'react';

2 | import { Table } from '@jpmorganchase/perspective'; | ^ 3 | import { ServerRespond } from './DataStreamer'; 4 | import './Graph.css'; 5 |

I am getting this error

dheerajodha commented 4 years ago

Hi @lakshy01 please look at previously closed/open issues before opening a new one to find out whether your error has been addressed before or not. Please have a look at these different issues :

https://github.com/insidesherpa/JPMC-tech-task-2/issues/68#issuecomment-625135843 https://github.com/insidesherpa/JPMC-tech-task-2/issues/138 https://github.com/insidesherpa/JPMC-tech-task-2/issues/47 https://github.com/insidesherpa/JPMC-tech-task-2/issues/47#issuecomment-623965214

If you get some more errors, then post your error screenshots here. If you've already solved your issue, please close this issue, thanks!