insidesherpa / JPMC-tech-task-2

29 stars 201 forks source link

NPM Start issue #118

Open Jyotisha-John opened 4 years ago

Jyotisha-John commented 4 years ago

1 It shows this and when I searched and added some package.json file from node_modules to v11.0.0 it says 2

Kushagratandon12 commented 4 years ago

Hey, I have encountered the same problem while I was Completing this Task, so to solve this, navigate to setup_devenv_m2 file where the procedure is written to do these steps At Page Number (65 for windows Page number 28 for mac),

All these details are provided on the pdf file mentioned above, for convenience, I am uploading the pdf file here also

setup_devenv_m2_v8.pdf

Jyotisha-John commented 4 years ago

It is still not working. I deleted the JPMC-tech-task-2-py3 folder and cloned it again. Can you please tell me how and from where to where exactly to download the nvm?

SatwikRudra commented 4 years ago

Failed to compile

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 |

this is what I faced an error please help me in solving this

Udit3008 commented 4 years ago

@Kushagratandon12 , can you specify the path where i can find old "node_modules" folder in JPMC-tech-task-2-PY3 project folder?

Kushagratandon12 commented 4 years ago

@Udit3008 i didn't get you what you mean by old node_modules I would suggest you to restart the process described in the pdf and then you might get your problem solved or else download the zip file of node_modules and replace it with the existing node_modules

Which solved my problem