You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm creating a yeoman generator with this module. During my work, I've had to install/uninstall this module a couple of times as I test the generator from scratch (npm uninstall stormpath-restify). However; the dependency tree of this module is so deep that Windows throws an error. Granted I have the module nested within about 6 directories (i.e. C:\Users\myusername\Documents\workspace\Experiments\generator), but I'm still seeing roughly 13 nested subdirectories within the node_modules directory of this module alone (before it cuts out).
It's easy enough to work around by deleting it through Windows Explorer, but it's annoying to have to open that each time. It seems like this is an overly-long dependency tree.
OS: Win 8.1
I'm creating a yeoman generator with this module. During my work, I've had to install/uninstall this module a couple of times as I test the generator from scratch (
npm uninstall stormpath-restify). However; the dependency tree of this module is so deep that Windows throws an error. Granted I have the module nested within about 6 directories (i.e.C:\Users\myusername\Documents\workspace\Experiments\generator), but I'm still seeing roughly 13 nested subdirectories within thenode_modulesdirectory of this module alone (before it cuts out).It's easy enough to work around by deleting it through Windows Explorer, but it's annoying to have to open that each time. It seems like this is an overly-long dependency tree.