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.
- Host: GitHub
- URL: https://github.com/oresoftware/npm-la-recovery
- Owner: ORESoftware
- License: other
- Created: 2018-01-19T19:49:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T04:52:20.000Z (about 8 years ago)
- Last Synced: 2025-08-20T19:16:13.879Z (10 months ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```