'I installed bootstrap-sass in Visual Studio 2022 but it is not included in the project

I installed bootstrap sass in Visual Studio 2022 but it is not included in the project

enter image description here



Solution 1:[1]

I have the same issue. Using NuGet was recommended by Bootstrap: https://getbootstrap.com/docs/5.1/getting-started/download/

Those files in the explorer are links to the actual files which can be found in C:\Users\< user >\.nuget\packages\bootstrap\5.1.3\contentFiles\any\any\wwwroot\css\ and \js\

However, they are not visible in the project wwwroot directory and I get a 404 error.

I ended up just skipping this all together and using the CDN method.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 MaximGlory