Open Ravikumar-Pawar opened 4 years ago
Type error: Cannot find module '@jpmorganchase/perspective'. TS2307
import React, { Component } from 'react';
2 | import { Table } from '@jpmorganchase/perspective'; | ^ 3 | import { ServerRespond } from './DataStreamer'; 4 | import './Graph.css'; 5 |
insidesherpa/JPMC-tech-task-2#174 (comment)
Go back on to the terminal and type the following:
npm install npm install --ignore-scripts npm audit fix npm start
Worked for me!
Type error: Cannot find module '@jpmorganchase/perspective'. TS2307
import React, { Component } from 'react';