Suports Nodejs's "current" and "lts" versions - LTS - Current

install_nodejs(page_with_download_url = "https://nodejs.org/en/download/",
  version = "LTS", ...)

Arguments

page_with_download_url

nodejs download url.

version

character. "current" or "lts". Defaults to "lts"

...

extra parameters to pass to install.URL

Value

TRUE/FALSE - was the installation successful or not.

Details

As an asynchronous event driven JavaScript runtime, Node is designed to build scalable network applications.

See About for more information.

Examples

# NOT RUN { install_nodejs() install_nodejs(version = "current") # }