0

I am trying to run the node application but when i starts running npm using npm start it's showing error as node_module_version 64: please try re-compling or re-installing.

The error img is sttached below

santhosh s
  • 21
  • 6

2 Answers2

0

Have you tried the command: npm rebuild ?

What's the version of your node BTW?

0

What I would do

  1. delete folder "node_modules"
  2. npm i -g npm@latest
  3. npm i bcrypt@latest
  4. npm i
Ivan Kolyhalov
  • 902
  • 11
  • 16