Reader

Use npm Registry to Restric Installing Client

| vivaxy's Blog | 博客
Background npm and yarn are not sharing lock file. A lock file is necessary for maintaining the stability of the project. How can we make sure the developers are using the same client in our project? Some approaches make use of preinstall hook. See: How to force package installs to...