install_nodejs.Rd
install_nodejs(page_with_download_url = "https://nodejs.org/en/download/", version = "LTS", ...)
page_with_download_url | nodejs download url. |
---|---|
version | character. "current" or "lts". Defaults to "lts" |
... | extra parameters to pass to |
TRUE/FALSE - was the installation successful or not.
As an asynchronous event driven JavaScript runtime, Node is designed to build scalable network applications.
See About for more information.
# NOT RUN { install_nodejs() install_nodejs(version = "current") # }