After downloading VS2015 community edition, I decided to migrate one of my old MVC projects to .NET Core MVC. I used TypeScript for all the client side code in my old project, but now it's becoming a hassle to set up. Despite configuring multiple JSON config files, I finally got my TypeScript files working. However, I recently added some 'definitleytyped' packages that are not easily visible in the project, and my TypeScript is throwing errors because it can't recognize '$' for jQuery.
I tried searching on Google and found out that I should be using 'typings' instead. I attempted running 'NPM install typings --global', but no matter if I used PowerShell, cmd, or the VS dev command line, 'npm' was unrecognized. I'm feeling stuck and unable to make any progress. Can someone please assist me?