insidesherpa / JPMC-tech-task-2-PY3

29 stars 349 forks source link

@jpmorganchase/perspective missing #521

Open ankitkumar734ac opened 3 years ago

ankitkumar734ac commented 3 years ago

F:/JPMorgan Chase TheForage/JPMC-tech-task-2-PY3/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 |

ankitkumar734ac commented 3 years ago

pl Quick fix it

pooni08 commented 3 years ago

getting the same error

soye001 commented 3 years ago

also getting the same error

pooni08 commented 3 years ago

also getting the same error just replace this statement "import { Table } from '@jpmorganchase/perspective';" with the following statement and it should work

import { Table } from '@finos/perspective';

soye001 commented 3 years ago

it still gives the error just changes it to finos

soye001 commented 3 years ago

says it cannot find the module

AhmadAsha01 commented 2 years ago

guys did u find any sol. to this?