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

What is "npm install" ? #153

Open
miguelmartins17 opened this issue Dec 21, 2019 · 3 comments
Open

What is "npm install" ? #153

miguelmartins17 opened this issue Dec 21, 2019 · 3 comments
Labels

Comments

@miguelmartins17
Copy link

I apologize for asking what "npm install" is?

@miguelmartins17
Copy link
Author

I've been reading the project and the term is not explained. And I was thinking for people who want to learn it would be important to have all the terms or abbreviations properly explained even in notes so that we can leave them more elucidated.

@gabrielperales
Copy link
Member

@miguelmartins17 npm is the Node Package Manager. In frontend development is common to have a package.json with all your javascript dependencies. In this case npm install will install these dependencies https://github.com/dwyl/learn-elm/blob/master/package.json#L5-L7 which contains the Elm platform.

@papamarfo
Copy link
Member

@miguelmartins17 npm install is a command that you run from a command-line/terminal to install a package or dependencies for a project.

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

No branches or pull requests

3 participants