insidesherpa / JPMC-tech-task-2-PY3

29 stars 349 forks source link

problem with [npm start] code: 'MODULE_NOT_FOUND', #543

Open Meshaal-Mouawad opened 2 years ago

Meshaal-Mouawad commented 2 years ago

I run the server3.py sucssafully. when excute npm start I got:

`> bank-merge-co-task-2@0.1.0 start
> react-scripts start

node:internal/modules/cjs/loader:936
  throw err;
  ^

Error: Cannot find module 'C:\Users\Meshaal Mouawad\JPMC-tech-task-2-PY3\node_modules\react-scripts\bin\react-scripts.js'
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
    at Function.Module._load (node:internal/modules/cjs/loader:778:27)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
    at node:internal/main/run_main_module:17:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}

Node.js v17.0.1`

I have installed the npm but when I reinstall it shows error that I need to install C++ and I have already install it

iamsahil08 commented 2 years ago

I am having the same issue.