Open Ben3eeE opened 7 years ago
/cc: @50Wliu You might have some input here.
Is there some command to check for links available like apm links?
Nope. However, I believe running npm ls
will show any links in the dependency tree if they exist.
There are no steps for how to unlink something when you are done with testing the module
This frustrates me; as far as I can tell the only option you have from the CLI is to completely uninstall the module, which also removes it from package.json
. Then add it back.
http://flight-manual.atom.io/behind-atom/sections/developing-node-modules/
Should work!
apm links
?/cc: @ungb