vs-tac module is installed in the "C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\ApacheCordovaTools\Packages\vs-tac" but as you see from the error below, it is expected in the project's node_module.
If I copy vs-tac module into the project's node_modules, I get the error Path is too long since there is a deep node_modules in vs-tac. If I ignore node_modules and copy the rest of vs-tac, I get the following error;
Is vs-tac supposed to stored in "C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\ApacheCordovaTools\Packages\vs-tac" or project node_modules or both. If so why is my vs-tac does not exists in project node_modules?
I have also tried Clearing Cordova Cache and my External Web Tools looks like the image below;




