I have npm dependencies installed for my ASP.NET Core project,
package.json
I reference them in my .cshtml file like so :
However, when I run the project, I press F12 and see I have a bunch of js errors:
Why is this happening? all the files are in the right paths and it fails to load them.