

Specify one or more comma-delimited values. Modify the output formatting or show additional information. ncurc.įor the SemVer type definition, see: format Max number of concurrent HTTP requests to registry. (default: 10)įilepath for the cache file. Default -cacheFile is ~/.ncu-cache.json and default -cacheExpiration is 10 minutes.Ĭlear the default cache, or the cache file specified by -cacheFile.Ĭache expiration in minutes. cacheĬache versions to a local cache file. Options that take no arguments can be negated by prefixing them with -no-, e.g. Options are merged with the following precedence:

Ncu "/^react-.*$/ " # upgrade everything except nodemon


Or use the latest version of minimatch directly, using npm install minimatch Update to a new gulp version without worrying about minimatch npm update gulp Let's say your introduces some new features, now might stop working, and in turn might stop working as well. Node modules are designed to contain all dependencies with specified versions inside the node_modules, in order to avoid problems with new updates. You can't and you shouldn't update subpackages (packages used as dependencies for other packages).
