OdeToFood icon indicating copy to clipboard operation
OdeToFood copied to clipboard

Module 7: You seem awfully certain Visual Studio users have npm installed

Open francisco-chavez opened this issue 4 years ago • 3 comments

You spent a lot of time telling us how to install datatables.net via npm and simply assumed that we have npm. I'm using Visual Studio 2019, I have that node.js editing option installed, and even the command line console via Visual Studio has no clue what npm is.

I'm probably going to spend time trying to figure out a different way to install datatables.net, but I'm not going to bother with npm.

The way I see it, if the course isn't about npm, and the instructor never bothered to make sure that we knew how to get our hands on npm, and the course is marketed to beginners, then npm isn't of any importance to said course.

francisco-chavez avatar Apr 20 '21 02:04 francisco-chavez

Sadly, the course author Scott Allen passed away over a year ago, so there won't be a response.

stevek180 avatar Apr 28 '21 20:04 stevek180

@francisco-chavez I wonder why you didn't complain about lack of information about Visual Studio installation in the course.

montoner0 avatar Jun 09 '21 18:06 montoner0

npm comes with Visual Studio - it's really just a powershell with a network connection to the repository - go to Tools->NuGet Package Manager->Package Manager Console.

I find it can be a bit tricky to "operate" compared to some CLI's. It seems to help if you carefully and continually use the tab-completion key while you are typing in the package location - this gets a more predictable response. And don't try to close the npm with the "exit" command - it will sometimes lock up VS. Close the window with your mouse.

costarec avatar Dec 18 '22 18:12 costarec