They are only installed for the topmost package (the one you are working on), npm does not recurse through all your dependencies and install their devDependencies.
They are only installed for the topmost package (the one you are working on), npm does not recurse through all your dependencies and install their devDependencies.