So, I just installed a clean version of Windows 10 and the Visual Studio 2017 community.
Trying to create a completely new ASP.NET Core 2.0 project, I saw what was Bower
missing in Dependencies
node.

Bootstrap
and the jquery
packages are already installed, but I can’t manage them and can’t find the configuration file.
I searched the Internet for this problem, but did not find anything useful.
Is there a problem with updating VS 15.5.2? How can i fix this?
source
share