insidesherpa / JPMC-tech-task-2

29 stars 201 forks source link

Cannot find module '@jpmorganchase/perspective'. TS2307 #368

Open champ2461 opened 2 years ago

champ2461 commented 2 years ago

C:/Users/user/OneDrive/Desktop/jp_morgan/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 |

fahinr commented 2 years ago

Try running npm install --ignore-scripts again in the datafeed folder, and then npm start.

devk03 commented 1 year ago

this worked thank you