Open champ2461 opened 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 |
Try running npm install --ignore-scripts again in the datafeed folder, and then npm start.
npm install --ignore-scripts
npm start
this worked thank you
C:/Users/user/OneDrive/Desktop/jp_morgan/JPMC-tech-task-2/src/Graph.tsx Type error: Cannot find module '@jpmorganchase/perspective'. TS2307