powered by
NPM Install
npm_install(..., scope = c("dev", "prod", "exact", "global", "optional"))
Names of packages to install.
Scope of the installation of the packages. This is ignored if no packages are passed to the three dots construct (...).
...
Invisibly returns the output of the command as a character vector.
character
# NOT RUN { npm_install("browserify", scope = "global") # } # NOT RUN { # }
Run the code above in your browser using DataLab