This repository was archived by the owner on May 16, 2025. It is now read-only.

Description
In my Vue.js source code, I have this line
alert = require('alert')
This in turn triggers npm-install-plugin to install alert and alert.js. The problem is the installation keeps repeating endlessly, even though both modules have been installed in node_modules/ and added to package.json

