Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
francisco-chavez opened this issue Apr 20, 2021 · 3 comments

Comments

@francisco-chavez
Copy link

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.

@stevek180
Copy link

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

@montoner0
Copy link

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

@costarec
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants