Learn R Programming

packer (version 0.1.3)

set_npm: Set npm path

Description

By default packer looks for the npm installation using the which (or where) command. This function lets you override that behaviour and force a specific npm installation.

Usage

set_npm(path = NULL)

Arguments

path

Path to npm installation to use.