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
description: "Checks for missing dependencies based on code reachable from the main entrypoint specified in package.json (defaults: index.js). depsane is focused on determining which dependencies that should be present specifically in dependencies and devDependencies. This solves the problem where an application works fine locally and during testing but fails once deployed as the deployed version will only be installed with its' dependencies but during testing and development both devDependencies and dependencies are installed."