set_npm {packer} | R Documentation |
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. |
[Package packer version 0.1.3 Index]