Skip to main content
Module

x/helix/mod.ts>restoreNpmPackages

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

Restore packages for a given Directory.

Parameters

optional
dir: string

Directory containing packages.json

Returns

Promise<boolean>