Skip to main content

meow install

Resolve declared dependencies, write the lockfile, and materialize node_modules.
i is an alias for install.

meow add

Add one or more dependencies to package.json, then install.
Unversioned packages resolve to the latest dist-tag.

meow remove

Remove dependencies from package.json, then install. Aliases: rm, del, delete, uninstall.

Search the npm registry. Aliases: s, find.

Quality commands

check, lint, fmt, bundle.