I have installed Node.js tools for Visual Studio 2013 and imported existing Node project and when I run getting following error.
Error(MODULE_NOT_FOUND) occurred
Message: Error: Cannot find module '../build/Release/kerberos'
I have included "kerberos" in packages.json file and did npm intall. still I am getting this error.
Is there any work around for this one.
Error(MODULE_NOT_FOUND) occurred
Message: Error: Cannot find module '../build/Release/kerberos'
I have included "kerberos" in packages.json file and did npm intall. still I am getting this error.
Is there any work around for this one.