While I am running any project in my git bash it's showing the following error:
ionic -v
module.js:471
throw err;
^
Error: Cannot find module 'C:\Program Files\Git\node_modules\ionic\bin\ionic'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:394:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:509:3
So I am not able to run the project and also it create a sh.exe.stackdump
file in my project. I am not sure what the problem is. Please anyone help to find out the solution.