I created a brand new Web/MVC project and installed Ncapsulate.Gulp via Nuget Package Manger. I can uninstall Ncapsulate.Gulp but that leaves Ncapsulate.Node. Trying to uninstall that gives me two warnings:
File 'npm.cmd' already exists in project '. Do you want to overwrite it?
File 'node.cmd' already exists in project '. Do you want to overwrite it?
Answering yes or no in any order results in the same error, and Ncapsulate.Node remains in the project:
Could not find the file 'C:\Users\documents\visual studio 2015\Projects\node\node\node.cmd'.
I also tried forcing the uninstall in Nuget Package Manager Console but had the same result
Uninstall-Package -Force -Version 0.10.26
Windows 10, Visual Studio 2015
I created a brand new Web/MVC project and installed Ncapsulate.Gulp via Nuget Package Manger. I can uninstall Ncapsulate.Gulp but that leaves Ncapsulate.Node. Trying to uninstall that gives me two warnings:
Answering yes or no in any order results in the same error, and Ncapsulate.Node remains in the project: Could not find the file 'C:\Users\documents\visual studio 2015\Projects\node\node\node.cmd'.
I also tried forcing the uninstall in Nuget Package Manager Console but had the same result Uninstall-Package -Force -Version 0.10.26