package.json dependecies recursion
forgotPassword opened this issue · 6 comments
spade -> vapid -> spade
Do you have any problem installing spade?
It's not a circular dependency, Spade use Vapid only as a devDependency, then only for tests. It's the same for Vapid, it uses Spade for its tests.
your install notes, say "npm install" which tries to install dev deps, which loops forever.
I don't see any error installing: Travis build.
right, the problem is with --dev.
i guess it's npm quirk npm/npm#5554.
Thanks, you are right, install notes are outdated.
Npm Docs:
"By default, npm install will install all modules listed as dependencies. With the --production flag, npm will not install modules listed in devDependencies."
However, with npm v2.2.0 install --dev returns only warnings, no recursion.