insidesherpa / JPMC-tech-task-2-PY3

29 stars 348 forks source link

Type Error #368

Open Ravikumar-Pawar opened 4 years ago

Ravikumar-Pawar commented 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 |

michelle1818 commented 4 years ago

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!