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
Basically how npm does it. Only immediate dev dependencies are installed. dev dependencies of your dependencies are not installed.
So project X can have a dev dependency on AutoHotUnit for testing purposes, but installing X in your project won't pull AutoHotUnit along for the ride.
The text was updated successfully, but these errors were encountered:
Basically how npm does it. Only immediate dev dependencies are installed. dev dependencies of your dependencies are not installed.
So project X can have a dev dependency on AutoHotUnit for testing purposes, but installing X in your project won't pull AutoHotUnit along for the ride.
The text was updated successfully, but these errors were encountered: