Skip to main content

install_npm_tool

Function install_npm_tool 

Source
pub fn install_npm_tool(tool: &str) -> Result<()>
Expand description

Install a tool using npm globally

ยงErrors

Returns an error if npm is not available or if the installation fails.