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 for? #2

Closed
ajukraine opened this issue Feb 26, 2022 · 5 comments
Closed

What is npm for? #2

ajukraine opened this issue Feb 26, 2022 · 5 comments

Comments

@ajukraine
Copy link

I was browsing the shell script, and am wondering, what is npm for?

https://github.com/kuzm1ch/docker-stop-sites/blob/main/script.sh#L7

@cherniaky
Copy link

npm is a package manager , if you want more info please google

@dannycrief
Copy link

npm is a node package manager

@truelecter
Copy link

It starts rendertron main process, which is then called by curl later in for loop

@Slayv
Copy link

Slayv commented Feb 26, 2022

It starts rendertron main process, which is then called by curl later in for loop

Might be useful to put it as a comment because it's not really common knowledge

@ajukraine
Copy link
Author

Thanks @truelecter it wasn't really obvious what npm does in this case. Thanks

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

5 participants