set_npm {packer} | R Documentation |
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.
set_npm(path = NULL)
path |
Path to npm installation to use. |