Click here to Skip to main content
15,881,281 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How can I use bower in my project correctly?

What I have tried:

I refer to this Manage Client-Side Packages with Bower — ASP.NET documentation[^] , but I can not realize the steps. Can anyone give some detail steps.
Posted
Updated 24-Mar-21 23:01pm
Comments
Richard Deeming 25-Mar-21 4:23am    
So you've found a set of detailed instructions, but you can't understand them, and you want someone here to rewrite them so that you can understand them?

That's not going to happen.

Explain precisely where you are stuck, and someone may be able to help.
rtksmithjoton123 25-Mar-21 4:47am    
I don't understand how the docuemnt configure the bower. I have no this selection Right-click the project name in Solution Explorer, and select the “Manage Bower Packages” menu option.

1 solution

OK, it seems you're looking at some out-of-date documentation. Bower is dead[^].
Bower replacement in Visual Studio 2017 ASP.NET MVC Core Template - Stack Overflow[^]

Use NPM, Yarn, or the built-in client-side library manager instead.
 
Share this answer
 
Comments
rtksmithjoton123 25-Mar-21 5:58am    
Looks scattered.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900