An open API service indexing awesome lists of open source software.

https://github.com/oresoftware/npm-la-recovery

Run `npm la` even if you can't run `npm install` due to installation errors.
https://github.com/oresoftware/npm-la-recovery

Last synced: 10 months ago
JSON representation

Run `npm la` even if you can't run `npm install` due to installation errors.

Awesome Lists containing this project

README

          

# NPM-la-recovery
View dependants of a particular package, even if you can't use npm install.

## Usage

```bash
npm-la-recovery --name
```

or

```bash
npm-la-recovery --name @
```

or

```bash
npm-la-recovery --name @ --local
```

Using the local flag, means that it will use the local project as the base package.
Without the local flag, it will use the most recent published package as the base package..

## installation

```bash
$ npm install -g npm-la-recovery
```