Satisfies Atom package dependencies and, optionally, Node dependencies of installed packages
Install satisfy-dependencies
from Atom's Package Manager or the command-line equivalent:
$ apm install satisfy-dependencies
Note: Installation might take a bit longer than what you're used to, building binaries takes its time
Change to your Atom packages directory:
# Windows$ cd %USERPROFILE%\.atom\packages# Linux & macOS$ cd ~/.atom/packages/
Clone the repository as satisfy-dependencies
:
$ git clone https://github.com/idleberg/atom-satisfy-dependencies satisfy-dependencies
Run any of the following commands from the Command Palette:
Satisfy Dependencies: All
Satisfy Dependencies: Atom Packages
Satisfy Dependencies: Node Packages
Note: In the package settings you specify your preferred package manager to install Node dependencies.
This work is licensed under the The MIT License.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.