Check a version of NPM is properly installed. Enforce a version of NPM on your dev or production environment.
Simply add this package to your dependencies at the version you want to enforce, e.g.
npm install --save [email protected]
If someone installs your package without having a version superior to the one specified, installation will fail.