A clone like app of google keep
Description
npm can manage dependencies. npm can (in one command line) install all the dependencies of a project.
Description
Used to run the project locally on your system
Description
The audit command submits a description of the dependencies configured in your project to your default registry and asks for a report of known vulnerabilities.
Description
npm doctor runs a set of checks to ensure that your npm installation has what it needs to manage your JavaScript packages. npm is mostly a standalone tool, but it does have some basic requirements that must be met:
Node.js and git must be executable by npm. The primary npm registry, registry.npmjs.com, or another service that uses the registry API, is available. The directories that npm uses, node_modules (both locally and globally), exist and can be written by the current user. The npm cache exists, and the package tarballs within it aren't corrupt.