TheOdinProject / curriculum

The open curriculum for learning web development
https://www.theodinproject.com/
Other
10.12k stars 13.56k forks source link

Installing Node.js: <Short description of your suggestion> #29109

Closed rzapaja closed 12 hours ago

rzapaja commented 14 hours ago

Checks

Describe your suggestion

Information on installing npm seems to be missing? It's required for the javascript exercises in the next lesson (Arrays and Loops), and the npm section in the README for the exercises tells us to come back to this lesson if it's not installed.

Or if it is there somewhere, it's not very clear.

Path

Foundations

Lesson Url

https://www.theodinproject.com/lessons/foundations-installing-node-js

(Optional) Discord Name

No response

(Optional) Additional Comments

No response

JoshDevHub commented 12 hours ago

npm is included with the installation of node. If you've followed the instructions in that lesson for setting up nvm and installing nodejs, you'll have npm.

If you have gone through those instructions but are still missing npm, then I recommend getting support on that problem using The Odin Project discord server. Since this isn't a problem with the curriculum content itself, I will be closing this issue. But feel free to ask if you have any more questions on this matter.