This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Description
Hello, I run ngi to install a packed tarball file. It works fine, but it writes the "file:etc/etc/etc.tgz" entry to the package.json dependencies.
I use it very plainly via a bash script:
ngi my/tar/ball/file.tgz
I would very much like to prevent any modifications to the package.json, or at least, make sure the entry is removed after the install.
None of the switches (--skip-module etc) seem to prevent it (predictably enough, but I tried anyway).