Skip to main content
Module

x/helix/mod.ts>isNpmInstalled

Helix is a simple wrapper for NPM commands written in Deno
Latest
function isNpmInstalled
import { isNpmInstalled } from "https://deno.land/x/helix@v1.1.0/mod.ts";

Checks if NPM is installed and available.

Returns

Promise<boolean>