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.
Asked
Active
Viewed 33 times
2 Answers
0
Have you tried the command: npm rebuild ?
What's the version of your node BTW?

Rannie Aguilar Peralta
- 1,566
- 14
- 19
0
What I would do
- delete folder "node_modules"
- npm i -g npm@latest
- npm i bcrypt@latest
- npm i

Ivan Kolyhalov
- 902
- 11
- 16